Skip to content

Commit

Permalink
See if there are some leftovers before build or test.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdedic committed Nov 14, 2022
1 parent eda26f7 commit 3627ec3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,11 @@ jobs:

- name: Build Java Cluster
run: |
ls -lR java/java.lsp.server/build
ant $OPTS -quiet -Dcluster.config=java -Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false clean
ls -lR java/java.lsp.server/build
ant $OPTS -quiet -Dcluster.config=java -Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false build
ls -lR java/java.lsp.server/build
- name: Set up JDK 8
uses: actions/setup-java@v3
Expand Down

0 comments on commit 3627ec3

Please sign in to comment.