Skip to content

Commit

Permalink
chore: increase min supported java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Vovchyk authored and marcos-iov committed Sep 25, 2024
1 parent a9c388e commit 4ac2312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repositories {
}
}

sourceCompatibility = 1.8
sourceCompatibility = 17

mainClassName = 'co.rsk.federate.FederateRunner'
applicationDefaultJvmArgs = ["-server", "-Xss32m", "-Xms3g", "-XX:+UseCompressedOops", "-XX:-OmitStackTraceInFastThrow"]
Expand Down

0 comments on commit 4ac2312

Please sign in to comment.