Skip to content

Commit

Permalink
Fix groovy dep reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ogesaku committed Feb 3, 2024
1 parent cdf2048 commit c8a092d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/build.test.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
val libs = extensions.getByType(org.gradle.accessors.dm.LibrariesForLibs::class)

dependencies {
testImplementation("org.apache.groovy:groovy:4.0.18")
testImplementation(libs.groovy)
}

testing {
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ groovy = "4.0.18"
# build tools
gradle-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
gradle-nexus-publish = { module = "io.github.gradle-nexus:publish-plugin", version = "1.3.0" }
groovy = { module = "org.apache.groovy:groovy", version.ref = "groovy" }
# dependencies
slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.11" }
jetbrains-annotations = { module = "org.jetbrains:annotations", version = "24.1.0" }
Expand Down

0 comments on commit c8a092d

Please sign in to comment.