Skip to content

Commit 7332e18

Browse files
committed
version is now 2.2.20-RC-0.0.1-SNAPSHOT
1 parent c88c069 commit 7332e18

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

librarian.root.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ kotlin.compatibility=2.0.0
44
kdoc.olderVersions=
55

66
pom.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
88
pom.description=Kotlin Compiler Test Framework Gradle Plugin
99
pom.vcsUrl=https://github.com/GradleUp/kctf
1010
pom.developer=kctf authors
1111
pom.license=MIT
1212

1313
gcs.bucket=gradleup
14-
gcs.prefix=m2
14+
gcs.prefix=m2

scripts/update-repo.main.kts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
}

0 commit comments

Comments
 (0)