We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c159f commit 1800473Copy full SHA for 1800473
dsl-core/build.gradle
@@ -48,9 +48,9 @@ subprojects {
48
}
49
50
// causes my local build to fail:
51
- // signing {
52
- // sign configurations.archives
53
- // }
+ signing {
+ sign configurations.archives
+ }
54
55
publishing {
56
repositories {
dsl-core/io.mdsl.cli/pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>io.mdsl</groupId>
7
<artifactId>io.mdsl.parent</artifactId>
8
- <version>1.0.0-SNAPSHOT</version>
+ <version>6.0.0-SNAPSHOT</version>
9
</parent>
10
<artifactId>io.mdsl.cli</artifactId>
11
<packaging>jar</packaging>
0 commit comments