Skip to content

Commit

Permalink
workflow: set up jdk 11
Browse files Browse the repository at this point in the history
  • Loading branch information
danielratiu committed Jul 26, 2023
1 parent ac669b3 commit ebb2bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ plugins {
id("co.riiid.gradle") version "0.4.2"

// Version must match buildscript mps-gradle-plugin dependency above
id("download-jbr")
id("download-jbr") version "1.11.+"
}

val jbrVers = "17.0.6-b653.34"
val jbrVers = "11_0_12-b1504.28"

downloadJbr {
jbrVersion = jbrVers
Expand Down

0 comments on commit ebb2bae

Please sign in to comment.