Skip to content

Commit

Permalink
switch to release
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Mar 10, 2024
1 parent 583d97f commit 16ba24e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ repositories {
mavenCentral()
// to get r8
maven { url = uri("https://storage.googleapis.com/r8-releases/raw") }
mavenLocal()
}

java.toolchain.languageVersion =
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params" }
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
junit-vintage-engine = { module = "org.junit.vintage:junit-vintage-engine" }
nullaway = "com.uber.nullaway:nullaway:0.10.24-SNAPSHOT"
nullaway = "com.uber.nullaway:nullaway:0.10.24"
rhino = "org.mozilla:rhino:1.7.14"
slf4j-api = "org.slf4j:slf4j-api:2.0.7"
w3c-css-sac = "org.eclipse.birt.runtime:org.w3c.css.sac:1.3.1.v200903091627"
Expand Down

0 comments on commit 16ba24e

Please sign in to comment.