Skip to content

Commit

Permalink
downgrading javac to 11 because jaxrs-analyzer fails
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Dec 1, 2023
1 parent 40eefbf commit 4538f55
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 @@ -80,7 +80,7 @@ jobs:


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

0 comments on commit 4538f55

Please sign in to comment.