Skip to content

Commit

Permalink
closes #329
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmlet committed Dec 8, 2022
1 parent aba5e40 commit 767510a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ subprojects {


tasks.withType(JavaCompile,{
options.compilerArgs.addAll(["--release", "8"]) // jdk 11 flag
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
})


Expand Down
2 changes: 1 addition & 1 deletion grpc-spring-boot-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jar {
"run", "--rm",
"-v", "${tasks.testDependencyFatJar.archiveFile.get().getAsFile().parent}:/tmp",
"-v", "${aotDir}:/out",
"findepi/graalvm:java11-native",
"findepi/graalvm:java17-native",
"java",
"-agentlib:native-image-agent=config-output-dir=/out/",
"-jar", "/tmp/${tasks.testDependencyFatJar.archiveFileName.get()}",
Expand Down

0 comments on commit 767510a

Please # to comment.