File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ echo "The Gradle version is"
24
24
./gradlew --version
25
25
echo " MONGODB_URI=${MONGODB_URI} "
26
26
27
- echo " Building GraalVM native image app"
28
- ./gradlew :graalvm-native-image-app:clean
29
- env JAVA_HOME=${JDK_GRAALVM} ./gradlew -PjavaVersion=${JAVA_VERSION} -Pagent -Dorg.mongodb.test.uri=${MONGODB_URI} :graalvm-native-image-app:run
30
- env JAVA_HOME=${JDK_GRAALVM} ./gradlew :graalvm-native-image-app:metadataCopy
27
+ # echo "Building GraalVM native image app"
28
+ # ./gradlew :graalvm-native-image-app:clean
29
+ # env JAVA_HOME=${JDK_GRAALVM} ./gradlew -PjavaVersion=${JAVA_VERSION} -Pagent -Dorg.mongodb.test.uri=${MONGODB_URI} :graalvm-native-image-app:run
30
+ # env JAVA_HOME=${JDK_GRAALVM} ./gradlew :graalvm-native-image-app:metadataCopy
31
31
32
32
echo " Running GraalVM native image app"
33
33
./gradlew -PjavaVersion=${JAVA_VERSION} -Dorg.mongodb.test.uri=${MONGODB_URI} :graalvm-native-image-app:nativeRun
You can’t perform that action at this time.
0 commit comments