File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ plugins {
12
12
id(" io.freefair.maven-central.validate-poms" )
13
13
}
14
14
15
- val remoteApiVersion = " 1.41"
16
-
17
15
java {
18
16
sourceCompatibility = JavaVersion .VERSION_1_8
19
17
targetCompatibility = JavaVersion .VERSION_1_8
@@ -26,7 +24,7 @@ dependencies {
26
24
kapt(" com.squareup.moshi:moshi-kotlin-codegen:1.12.0" )
27
25
implementation(" com.squareup.okhttp3:okhttp:[4.9,5)!!4.9.2" )
28
26
// implementation("com.squareup.okhttp3:logging-interceptor:[4.9,5)!!4.9.2")
29
- implementation(" de.gesellix:docker-remote-api-model-${remoteApiVersion.replace( " . " , " - " )} :2021-10-04T21-50 -00" )
27
+ implementation(" de.gesellix:docker-remote-api-model-1-41 :2021-10-16T15-43 -00" )
30
28
implementation(" de.gesellix:docker-engine:2021-10-09T19-06-00" )
31
29
implementation(" de.gesellix:docker-filesocket:2021-09-20T20-10-00" )
32
30
@@ -85,7 +83,7 @@ publishing {
85
83
register(publicationName, MavenPublication ::class ) {
86
84
pom {
87
85
name.set(" docker-remote-api-client" )
88
- description.set(" Client for the Docker remote api v ${remoteApiVersion} " )
86
+ description.set(" Client for the Docker remote api" )
89
87
url.set(" https://github.com/docker-client/docker-remote-api-client" )
90
88
licenses {
91
89
license {
You can’t perform that action at this time.
0 commit comments