Skip to content

Commit f0926fc

Browse files
committed
Fixed integration tests
1 parent 16d7eae commit f0926fc

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

samples/aws-lambda/HelloWorldFunction/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
plugins {
33
id 'java-library'
4-
id 'com.formkiq.gradle.graalvm-native-plugin' version '1.7.3'
4+
id 'com.formkiq.gradle.graalvm-native-plugin' version '1.7.4'
55
}
66

77
repositories {
@@ -30,5 +30,3 @@ nativeImage {
3030
enableStatic = true
3131
reflectionConfig = "META-INF/graal/reflect.json"
3232
}
33-
34-
build.dependsOn graalvmNativeImage

samples/dockerfile/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ nativeImage {
1313
dockerFile = 'Dockerfile'
1414
outputImageTag = 'myimage'
1515
}
16-
17-
build.dependsOn graalvmNativeImage

samples/helloworld/app/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
plugins {
1010
// Apply the application plugin to add support for building a CLI application in Java.
1111
id 'application'
12-
id 'com.formkiq.gradle.graalvm-native-plugin' version '1.7.3'
12+
id 'com.formkiq.gradle.graalvm-native-plugin' version '1.7.4'
1313
}
1414

1515
sourceCompatibility = "11"
@@ -39,5 +39,3 @@ nativeImage {
3939
}
4040

4141
tasks.distTar.enabled = false
42-
distZip.dependsOn graalvmNativeImage
43-
startScripts.dependsOn graalvmNativeImage

0 commit comments

Comments
 (0)