Skip to content

Commit

Permalink
Release 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
urielsalis committed Apr 4, 2023
1 parent 147776b commit 8c9f27d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.urielsalis"
version = "2.0.9"
version = "2.0.10"

val arrowVersion = "0.10.4"
val jacksonVersion = "2.12.3"
Expand Down Expand Up @@ -104,9 +104,12 @@ tasks {

signing {
sign(publishing.publications["mavenJava"])
sign(configurations.archives.get())
}
}

tasks.get("publishMavenJavaPublicationToMavenRepository").dependsOn("signArchives")

tasks.test {
useJUnitPlatform()
testLogging {
Expand Down

0 comments on commit 8c9f27d

Please sign in to comment.