Skip to content

Commit

Permalink
Added dependency to groovy json
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Dec 22, 2024
1 parent b5fcfbb commit 8974606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
testCompileOnly libs.annotations

// Groovy
implementation libs.groovy
implementation libs.bundles.groovy

// Logger
implementation libs.bundles.logger
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ lombok = { module = "org.projectlombok:lombok", version.ref = "lombok" }
annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" }

groovy = { module = "org.apache.groovy:groovy", version.ref = "groovy" }
groovy-json = { module = "org.apache.groovy:groovy-json", version.ref = "groovy" }

slf4j = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
logback = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }
Expand All @@ -27,6 +28,7 @@ byte_buddy = { module = "net.bytebuddy:byte-buddy", version.ref = "byte_buddy" }

[bundles]
logger = [ "slf4j", "logback" ]
groovy = [ "groovy", "groovy-json" ]

[plugins]
groovy = { id = "groovy" }
Expand Down

0 comments on commit 8974606

Please sign in to comment.