Skip to content

Commit

Permalink
add missing 'compileJava' gradle task in evergreen's static-check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanQingyangXu committed Nov 14, 2024
1 parent e831a88 commit b9c98ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/static-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ source java-config.sh
echo "mongo-hibernate: static checking ..."

./gradlew -version
./gradlew -PxmlReports.enabled=true --info -x test clean check
./gradlew -PxmlReports.enabled=true --info -x test clean check compileJava

0 comments on commit b9c98ff

Please sign in to comment.