File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ kotlin.compatibility=2.0.0
44kdoc.olderVersions =
55
66pom.groupId =com.gradleup.kctf
7- pom.version =2.2.20-RC-0.0.0 -SNAPSHOT
7+ pom.version =2.2.20-RC-0.0.1 -SNAPSHOT
88pom.description =Kotlin Compiler Test Framework Gradle Plugin
99pom.vcsUrl =https://github.com/GradleUp/kctf
1010pom.developer =kctf authors
1111pom.license =MIT
1212
1313gcs.bucket =gradleup
14- gcs.prefix =m2
14+ gcs.prefix =m2
Original file line number Diff line number Diff line change 1+ #! / usr/ bin/ env kotlin
2+
3+ @file:Repository(" https://repo.maven.apache.org/maven2/" )
4+ @file:Repository(" https://storage.googleapis.com/gradleup/m2" )
5+ @file:Repository(" https://jitpack.io" )
6+ @file:DependsOn(" com.gradleup.librarian:librarian-cli:0.1.1-SNAPSHOT-44a36034d83f8ba9c9177653f29df3dea933fc3f" )
7+
8+ import com.gradleup.librarian.cli.updateRepo
9+
10+ updateRepo(args) {
11+ file(" README.md" ) {
12+ replacePluginVersion(" com.gradleup.kctf" )
13+ replaceArtifactVersion(" org.gradleup.kctf:kctf-runtime" )
14+ }
15+ }
You can’t perform that action at this time.
0 commit comments