We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55cc1a commit 906cd82Copy full SHA for 906cd82
.github/workflows/maven-ci.yml
@@ -1,4 +1,4 @@
1
-name: Build casvisor-java-sdk
+name: Build casdoor-java-sdk
2
3
on: [push, pull_request]
4
@@ -16,6 +16,7 @@ jobs:
16
uses: actions/setup-java@v1
17
with:
18
java-version: 1.8
19
+ server-id: ossrh
20
server-username: OSSRH_JIRA_USERNAME
21
server-password: OSSRH_JIRA_PASSWORD
22
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
pom.xml
@@ -56,7 +56,6 @@
56
<plugin>
57
<groupId>org.apache.maven.plugins</groupId>
58
<artifactId>maven-source-plugin</artifactId>
59
- <version>3.3.1</version>
60
<executions>
61
<execution>
62
<id>attach-sources</id>
0 commit comments