Skip to content

Commit

Permalink
Update JVM version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 8, 2024
1 parent c81ba33 commit 4aaaf53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ open class EclipseInstallationAddJvm : DefaultTask() {
init {
dependsOn(createTask)

jvmVersion.convention("11.0.22+7")
jvmVersion.convention("17.0.11+9")
jvmDownloadUrl.convention(os.flatMap { os ->
arch.flatMap { arch ->
jvmDownloadVersion.map { version ->
Expand Down

0 comments on commit 4aaaf53

Please sign in to comment.