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 af2a1c1 commit 98df6edCopy full SHA for 98df6ed
lib/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
id("maven-publish")
8
id("signing")
9
id("com.github.ben-manes.versions")
10
-// id("org.sonatype.gradle.plugins.scan")
+ id("org.sonatype.gradle.plugins.scan")
11
id("io.freefair.maven-central.validate-poms")
12
}
13
@@ -35,6 +35,11 @@ dependencies {
35
36
37
38
+ implementation("de.gesellix:docker-filesocket") {
39
+ version {
40
+ strictly("[2025-01-01T01-01-01,)")
41
+ }
42
43
44
implementation("de.gesellix:docker-remote-api-client:[2025-01-01T01-01-01,)")
45
implementation("de.gesellix:docker-remote-api-model-1-41:[2025-01-01T01-01-01,)")
0 commit comments