Skip to content

Commit

Permalink
Use gradle variables for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Apr 7, 2022
1 parent 85e5d0a commit b47edc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ test {
publishing {
publications {
mavenJava(MavenPublication) {
groupId 'com.github.ravenlab'
groupId group
artifactId project.name
version '1.0.1'
version version
from components.java
}
}
Expand Down

0 comments on commit b47edc2

Please sign in to comment.