Skip to content

Commit 417eead

Browse files
committed
graalvm
1 parent 95a4b90 commit 417eead

8 files changed

Lines changed: 2113 additions & 209 deletions

File tree

common.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ java {
2424
}
2525
}
2626

27+
apply from: rootProject.file('gradle/native-image-metadata.gradle')
28+
2729
tasks.withType(JavaCompile) { // compile-time options:
2830
//options.compilerArgs << '-Xlint:deprecation' // to show deprecation warnings
2931
options.compilerArgs << '-Xlint:unchecked'

0 commit comments

Comments
 (0)