File tree Expand file tree Collapse file tree
aws-lambda/HelloWorldFunction Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22plugins {
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
77repositories {
@@ -30,5 +30,3 @@ nativeImage {
3030 enableStatic = true
3131 reflectionConfig = " META-INF/graal/reflect.json"
3232}
33-
34- build. dependsOn graalvmNativeImage
Original file line number Diff line number Diff line change @@ -13,5 +13,3 @@ nativeImage {
1313 dockerFile = ' Dockerfile'
1414 outputImageTag = ' myimage'
1515}
16-
17- build. dependsOn graalvmNativeImage
Original file line number Diff line number Diff line change 99plugins {
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
1515sourceCompatibility = " 11"
@@ -39,5 +39,3 @@ nativeImage {
3939}
4040
4141tasks. distTar. enabled = false
42- distZip. dependsOn graalvmNativeImage
43- startScripts. dependsOn graalvmNativeImage
You can’t perform that action at this time.
0 commit comments