Skip to content

Commit

Permalink
Release version 0.0.7
Browse files Browse the repository at this point in the history
Merge pull request #41 from qualersoft/release/0.0.7
  • Loading branch information
mathze committed May 15, 2022
2 parents a6b694b + 82008ff commit 788fd0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,6 @@ subprojects {
useInMemoryPgpKeys(signingKey, signingPassword)
sign(publishing.publications["maven"])
}

tasks.withType<Sign> {
onlyIf { isReleaseVersion }
}
}

tasks.register<JacocoReport>("jacocoRootReport") {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Sun May 15 14:22:43 UTC 2022
#Sun May 15 15:59:09 UTC 2022
org.gradle.jvmargs=-XX\:MaxMetaspaceSize\=512m
version=0.0.7

0 comments on commit 788fd0a

Please sign in to comment.