We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3525b commit e7edd28Copy full SHA for e7edd28
2 files changed
utils/container-utils/build.gradle
utils/container-utils/build.gradle.kts
@@ -0,0 +1,11 @@
1
+plugins {
2
+ `java-library`
3
+}
4
+
5
+apply(from = "$rootDir/gradle/java.gradle")
6
7
+dependencies {
8
+ implementation(libs.slf4j)
9
10
+ testImplementation(project(":utils:test-utils"))
11
0 commit comments