Skip to content

Commit 8c9f27d

Browse files
committed
Release 2.0.10
1 parent 147776b commit 8c9f27d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: build.gradle.kts

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "com.urielsalis"
10-
version = "2.0.9"
10+
version = "2.0.10"
1111

1212
val arrowVersion = "0.10.4"
1313
val jacksonVersion = "2.12.3"
@@ -104,9 +104,12 @@ tasks {
104104

105105
signing {
106106
sign(publishing.publications["mavenJava"])
107+
sign(configurations.archives.get())
107108
}
108109
}
109110

111+
tasks.get("publishMavenJavaPublicationToMavenRepository").dependsOn("signArchives")
112+
110113
tasks.test {
111114
useJUnitPlatform()
112115
testLogging {

0 commit comments

Comments
 (0)