Skip to content

Commit 1800473

Browse files
committed
MDSL version in CLI dependency, build.gradle
1 parent 36c159f commit 1800473

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dsl-core/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ subprojects {
4848
}
4949

5050
// causes my local build to fail:
51-
// signing {
52-
// sign configurations.archives
53-
// }
51+
signing {
52+
sign configurations.archives
53+
}
5454

5555
publishing {
5656
repositories {

dsl-core/io.mdsl.cli/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.mdsl</groupId>
77
<artifactId>io.mdsl.parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>6.0.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>io.mdsl.cli</artifactId>
1111
<packaging>jar</packaging>

0 commit comments

Comments
 (0)