Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
+ update build.gradle
  • Loading branch information
mrsaraira committed Oct 16, 2023
1 parent 6648b18 commit 5c48e84
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'java-library'
id 'maven-publish'
id 'signing'
}

group = 'io.github.mrsaraira'
Expand Down Expand Up @@ -30,6 +31,12 @@ test {
useJUnitPlatform()
}

signing {
required { gradle.taskGraph.hasTask("generateMetadataFileForMavenPublication") }

sign publishing.publications
}

publishing {
publications {
maven(MavenPublication) {
Expand Down
8 changes: 8 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
LIB_LOMBOK_VERSION=1.18.30
LIB_JUNIT_BOM=5.9.1
LIB_SLF4J_API=2.0.9

signing.keyId=
signing.password=
signing.secretKeyRingFile=

mavenUsername=
mavenPassword=

0 comments on commit 5c48e84

Please sign in to comment.