Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
update to gradle 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Adven27 committed Apr 20, 2021
1 parent 5f81e19 commit 33a5b66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,9 @@ signing {
useInMemoryPgpKeys(project.getProperty('signingKey'), project.getProperty('signingPassword'))
sign publishing.publications.mavenJava
}
}

java {
withSourcesJar()
withJavadocJar()
}

0 comments on commit 33a5b66

Please sign in to comment.