Skip to content

Commit 8683cae

Browse files
Merge pull request #3487 from aws/hdavidh/v2-migration-tests-pin-gradle-plugin
Pin OpenRewrite Gradle plugin version
2 parents ae5d234 + ba2805d commit 8683cae

File tree

1 file changed

+1
-1
lines changed
  • test/v2-migration-tests/src/test/resources/software/amazon/awssdk/v2migrationtests/gradle/before

1 file changed

+1
-1
lines changed

test/v2-migration-tests/src/test/resources/software/amazon/awssdk/v2migrationtests/gradle/before/init.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ initscript {
33
maven { url "https://plugins.gradle.org/m2" }
44
}
55
dependencies {
6-
classpath("org.openrewrite:plugin:latest.release")
6+
classpath("org.openrewrite:plugin:6.27.2")
77
}
88
}
99

0 commit comments

Comments
 (0)