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 d8e9897 commit 650a1ccCopy full SHA for 650a1cc
api-model-v1-41/build.gradle.kts
@@ -115,7 +115,7 @@ publishing {
115
register(publicationName, MavenPublication::class) {
116
pom {
117
name.set("docker-remote-api-model")
118
- description.set("API model for the Docker remote api v${remoteApiVersion}")
+ description.set("API model for the Docker remote api v$remoteApiVersion")
119
url.set("https://github.com/docker-client/docker-remote-api")
120
licenses {
121
license {
0 commit comments