Skip to content

Commit

Permalink
Native build options
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgewareRoad committed Jun 25, 2024
1 parent 504af8c commit f12e188
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.14.0'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
testImplementation 'org.springframework.boot:spring-boot-starter-test'

graalCompileOnly 'org.graalvm.nativeimage:svm:21.2.0'
graalCompileOnly 'org.graalvm.sdk:graal-sdk:21.2.0'
nativeImageCompileOnly sourceSets.graal.output.classesDirs
}

jar {
Expand Down

0 comments on commit f12e188

Please sign in to comment.