Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit ec9d944

Browse files
committed
tests(gradle-plugin): update Gradle version for gradle-plugin tests
1 parent 312395b commit ec9d944

File tree

1 file changed

+1
-1
lines changed
  • gradle-plugin/src/test/java/com/itsaky/androidide/gradle

1 file changed

+1
-1
lines changed

gradle-plugin/src/test/java/com/itsaky/androidide/gradle/utils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import kotlin.io.path.pathString
2929

3030
internal fun buildProject(
3131
agpVersion: String = BuildInfo.AGP_VERSION_LATEST,
32-
gradleVersion: String = "8.2",
32+
gradleVersion: String = BuildInfo.AGP_VERSION_GRADLE_LATEST,
3333
useApplyPluginGroovySyntax: Boolean = false,
3434
configureArgs: (MutableList<String>) -> Unit = {},
3535
vararg plugins: String

0 commit comments

Comments
 (0)