Skip to content

Commit 9cabdda

Browse files
committed
adjusted build
1 parent 17be9ce commit 9cabdda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
server-username: MAVEN_USERNAME
209209
server-password: MAVEN_PASSWORD
210210
- name: Deploy Nexus
211-
run: mvn -B source:jar javadoc:jar deploy --file pom.xml -DskipTests
211+
run: mvn -B source:jar deploy --file pom.xml -DskipTests
212212
env:
213213
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
214214
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)