Skip to content

Commit

Permalink
remove javadoc check from applications
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Dec 16, 2024
1 parent 5f449b8 commit 0304964
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ jobs:

## applications
- name: build and test icewind
run: cd icewind && ../gradlew --info clean build javadoc checkstyleMain
run: cd icewind && ../gradlew --info clean build checkstyleMain

- name: build and test torkeep
run: cd torkeep && ../gradlew --info clean build javadoc checkstyleMain
run: cd torkeep && ../gradlew --info clean build checkstyleMain

- name: build and test argus
run: cd argus && ../gradlew --info clean build javadoc checkstyleMain
run: cd argus && ../gradlew --info clean build checkstyleMain

- name: build and test bifrost
run: cd bifrost && ../gradlew --info clean build javadoc checkstyleMain
run: cd bifrost && ../gradlew --info clean build checkstyleMain

0 comments on commit 0304964

Please sign in to comment.