Skip to content

Commit cbd4ce5

Browse files
authored
added ossrh to java
1 parent 3ae39d6 commit cbd4ce5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
java-version: '21'
2626
distribution: 'temurin'
2727
cache: maven
28+
server-id: ossrh
29+
server-username: MAVEN_USERNAME
30+
server-password: MAVEN_PASSWORD
31+
2832
- name: Build with Maven
2933
run: mvn -B package --file pom.xml
3034
- name: PMD with Maven

0 commit comments

Comments
 (0)