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 @@ -12,7 +12,7 @@ Supports for building Java applications as GraalVM native images.
1212Using the [ plugins DSL] ( https://docs.gradle.org/current/userguide/plugins.html#sec:plugins_block ) :
1313``` groovy
1414plugins {
15- id 'com.formkiq.gradle.graalvm-native-plugin' version '1.7.0 '
15+ id 'com.formkiq.gradle.graalvm-native-plugin' version '1.7.3 '
1616}
1717```
1818
@@ -25,7 +25,7 @@ buildscript {
2525 }
2626 }
2727 dependencies {
28- classpath "com.formkiq.gradle:graalvm-native-plugin:1.7.0 "
28+ classpath "com.formkiq.gradle:graalvm-native-plugin:1.7.3 "
2929 }
3030}
3131
@@ -36,7 +36,7 @@ apply plugin: "com.formkiq.gradle.graalvm-native-plugin"
3636Using the [ plugins DSL] ( https://docs.gradle.org/current/userguide/plugins.html#sec:plugins_block ) :
3737``` kotlin
3838plugins {
39- id(" com.formkiq.gradle.graalvm-native-plugin" ) version " 1.7.0 "
39+ id(" com.formkiq.gradle.graalvm-native-plugin" ) version " 1.7.3 "
4040}
4141```
4242
@@ -49,7 +49,7 @@ buildscript {
4949 }
5050 }
5151 dependencies {
52- classpath(" com.formkiq.gradle:graalvm-native-plugin:1.7.0 " )
52+ classpath(" com.formkiq.gradle:graalvm-native-plugin:1.7.3 " )
5353 }
5454}
5555
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.0-SNAPSHOT '
4+ id ' com.formkiq.gradle.graalvm-native-plugin' version ' 1.7.3 '
55}
66
77repositories {
Original file line number Diff line number Diff line change 66 */
77plugins {
88 id ' java'
9- id ' com.formkiq.gradle.graalvm-native-plugin' version ' 1.7.0-SNAPSHOT '
9+ id ' com.formkiq.gradle.graalvm-native-plugin' version ' 1.7.3 '
1010}
1111
1212nativeImage {
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.0-SNAPSHOT '
12+ id ' com.formkiq.gradle.graalvm-native-plugin' version ' 1.7.3 '
1313}
1414
1515sourceCompatibility = " 11"
You can’t perform that action at this time.
0 commit comments