Skip to content

Commit cdd4f8e

Browse files
committed
Use custom Gradle distribution in schema generator tests
1 parent 80a49de commit cdd4f8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ksp-version = "2.1.0-1.0.29" # Keep in sync with kotlin-version
44

55
dokka-version = "1.9.10"
66

7-
aws-kotlin-repo-tools-version = "0.4.22"
7+
aws-kotlin-repo-tools-version = "0.4.23"
88

99
# libs
1010
coroutines-version = "1.9.0"

hll/dynamodb-mapper/dynamodb-mapper-schema-generator-plugin/src/test/kotlin/aws/sdk/kotlin/hll/dynamodbmapper/plugins/SchemaGeneratorPluginTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class SchemaGeneratorPluginTest {
5656
.create()
5757
.withProjectDir(testProjectDir)
5858
.withPluginClasspath()
59-
.withGradleVersion("8.5") // TODO parameterize
59+
.withGradleDistribution("https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12.1-bin.zip")
6060
.forwardOutput()
6161
.withArguments("--info", "build")
6262
}

0 commit comments

Comments
 (0)