Skip to content

Commit

Permalink
do not run javadoc for the client
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Dec 1, 2023
1 parent 55b9d8c commit 376eb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: echo "JAVA_HOME=$(echo $JDK_17)" >> $GITHUB_ENV

- name: Build client with JDK 17
run: ant -Dplatforms.JDK_17.home=$JDK_17 -buildfile j-lawyer-client/build.xml default
run: ant -Dplatforms.JDK_17.home=$JDK_17 -buildfile j-lawyer-client/build.xml test jar
# removed temporarily: && mvn -f j-lawyer-backupmgr/pom.xml clean package test
env:
ftpuser: ${{ secrets.FTPUSER }}
Expand Down

0 comments on commit 376eb8c

Please sign in to comment.