Skip to content

Commit

Permalink
Use public radar-commons plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Sep 14, 2023
1 parent 6cfee99 commit 5515a16
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Versions {
const val kotlin = "1.9.10"
const val dockerCompose = "0.17.4"

const val radarCommons = "1.0.1-SNAPSHOT"
const val radarCommons = "1.1.0"
const val radarSchemas = "0.8.4"
const val jackson = "2.15.2"
const val slf4j = "2.0.9"
Expand Down
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
kotlin.code.style=official

public.gpr.user=radar-public
public.gpr.token=Z2hwX0h0d0FHSmJzeEpjenBlUVIycVhWb0RpNGdZdHZnZzJTMFVJZA==
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
}
}

0 comments on commit 5515a16

Please sign in to comment.