Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ radarKotlin {
javaVersion.set(Versions.java)
log4j2Version.set(Versions.log4j2)
sentryEnabled.set(true)
openTelemetryAgentEnabled.set(true)
}

radarPublishing {
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@Suppress("ConstPropertyName")
object Versions {
const val project = "3.0.2"
const val project = "3.1.0"

const val java = 17
const val dockerCompose = "0.17.5"

const val radarCommons = "1.1.3"
const val radarCommons = "1.2.2"
const val radarSchemas = "0.8.11"
const val jackson = "2.16.1"
const val slf4j = "2.0.9"
Expand Down
Loading