We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebcec6f commit 5119b96Copy full SHA for 5119b96
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