mirror of
https://github.com/gradle/actions.git
synced 2025-04-19 01:09:20 +08:00
Merge 803201cc5cc95e8c97abf7b5d3320a7701313351 into 0a33d1db58a09662cb607ec27d8b23e058129e3c
This commit is contained in:
commit
99b448c087
@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
// Apply the foojay-resolver plugin to allow automatic download of JDKs
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
|
||||
}
|
||||
|
||||
rootProject.name = "java-toolchains"
|
||||
|
@ -8,7 +8,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
api("org.apache.commons:commons-math3:3.6.1")
|
||||
implementation("com.google.guava:guava:33.4.6-jre")
|
||||
implementation("com.google.guava:guava:33.4.8-jre")
|
||||
}
|
||||
|
||||
testing {
|
||||
|
Loading…
x
Reference in New Issue
Block a user