Skip to content

Commit

Permalink
Update build test script
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Mar 10, 2024
1 parent f7e6f4b commit 5a94f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

#No DMZ until we fix the Gradle 8 build
#No DMZ until we fix the Gradle 8 build. Deprecate util build
#cd dmz && ../gradlew -i build && ../gradlew -i test && cd ..
cd lib && ../gradlew -i build && ../gradlew -i test && cd ..
cd util && ../gradlew -i build && ../gradlew -i test && cd ..
#cd util && ../gradlew -i build && ../gradlew -i test && cd ..
./gradlew clean jacocoTestNoAnalyticsDebugUnitTestReport -x lint -x detekt

0 comments on commit 5a94f89

Please sign in to comment.