Skip to content

Commit cf561fb

Browse files
committed
Removed unnecessary rebuild in check_java.sh
1 parent 656f00a commit cf561fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: ci/check_java.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ export JAVA_HOME=`openjdk_21`
1515
export PATH=$JAVA_HOME/bin:$PATH
1616

1717
# Checkstyle
18-
./gradlew check -x test;
18+
./gradlew clean build check -x test;
1919

2020

2121
# OSGI scanner only, no testing
22-
./gradlew clean build -x test
2322
./osgi_scan.sh
2423

2524

0 commit comments

Comments
 (0)