Skip to content

Commit 5515a16

Browse files
committed
Use public radar-commons plugin
1 parent 6cfee99 commit 5515a16

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Versions {
55
const val kotlin = "1.9.10"
66
const val dockerCompose = "0.17.4"
77

8-
const val radarCommons = "1.0.1-SNAPSHOT"
8+
const val radarCommons = "1.1.0"
99
const val radarSchemas = "0.8.4"
1010
const val jackson = "2.15.2"
1111
const val slf4j = "2.0.9"

gradle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
11
kotlin.code.style=official
2-
3-
public.gpr.user=radar-public
4-
public.gpr.token=Z2hwX0h0d0FHSmJzeEpjenBlUVIycVhWb0RpNGdZdHZnZzJTMFVJZA==

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ pluginManagement {
44
repositories {
55
gradlePluginPortal()
66
mavenCentral()
7-
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
87
}
98
}

0 commit comments

Comments
 (0)