Skip to content

Commit

Permalink
Upgrade to latest Gradle release 8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed Nov 20, 2024
1 parent d5f5c2e commit cf34b7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ThisBuild / resolvers ++= List(
MavenRepository(
"Gradle releases",
"https://repo.gradle.org/gradle/libs-releases-local/"
"https://repo.gradle.org/gradle/libs-releases/"
),
MavenRepository("Android plugin", "https://maven.google.com/"),
MavenRepository("Android dependencies", "https://repo.spring.io/plugins-release/")
Expand Down Expand Up @@ -35,7 +35,7 @@ lazy val V = new {
val androidGradle = "4.2.2"
val bloopConfig = "1.5.5"
val classgraph = "4.8.179"
val gradle = "5.0"
val gradle = "8.11"
val groovy = "3.0.23"
val junitInterface = "0.13.3"

Expand All @@ -59,8 +59,8 @@ lazy val plugin = (project in file("."))
libraryDependencies ++= List(
"dev.gradleplugins" % "gradle-api" % V.gradle % Provided,
"dev.gradleplugins" % "gradle-test-kit" % V.gradle % Provided,
"org.gradle" % "gradle-core" % V.gradle % Provided,
"org.gradle" % "gradle-tooling-api" % V.gradle % Provided,
// "org.gradle" % "gradle-core" % V.gradle % Provided,
// "org.gradle" % "gradle-tooling-api" % V.gradle % Provided,
"org.codehaus.groovy" % "groovy" % V.groovy % Provided,
"com.android.tools.build" % "gradle" % V.androidGradle % Provided,
"ch.epfl.scala" %% "bloop-config" % V.bloopConfig,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ConfigGenerationSuite_7_5 extends ConfigGenerationSuite {

// maximum supported version
class ConfigGenerationSuite_8_0 extends ConfigGenerationSuite {
protected def gradleVersion: String = "8.0.1"
protected def gradleVersion: String = "8.11"
}
/*
// needed for scala android plugin testing - Disabled - see #worksWithAndroidScalaPlugin
Expand Down

0 comments on commit cf34b7f

Please sign in to comment.