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 7ae8216 commit 6a15a3bCopy full SHA for 6a15a3b
README.md
@@ -27,7 +27,7 @@ pluginManagement {
27
28
// build.gradle.kts of deployable modules
29
plugins {
30
- id("io.deepmedia.tools.deployer") version "0.13.0"
+ id("io.deepmedia.tools.deployer") version "0.14.0"
31
}
32
```
33
deployer/build.gradle.kts
@@ -33,7 +33,7 @@ gradlePlugin {
34
35
group = "io.deepmedia.tools.deployer"
36
-version = "0.14.0-alpha4" // on change, update both docs and README
+version = "0.14.0" // on change, update README
37
38
val javadocs = tasks.register<Jar>("dokkaJavadocJar") {
39
dependsOn(tasks.dokkaJavadoc)
0 commit comments