Skip to content

Commit

Permalink
Enable also gradle in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed May 21, 2023
1 parent 1205693 commit 0f301ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
java-version: '8'
distribution: 'temurin'
- name: Build and test with Ant
run: ant -noinput -buildfile build.xml test
run: ant -noinput -buildfile build.xml test -Dgradle.exe=gradle

0 comments on commit 0f301ff

Please sign in to comment.