Skip to content

Commit

Permalink
Fix build.gradle for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasios Antoniadis committed May 3, 2024
1 parent e7da2d3 commit 1684aaa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ artifacts {
archives javadocJar
}

publishing {
publications {
mavenJava(MavenPublication) {
from components.java
}
}
}

if (project.hasProperty('artifactory_user')) {

publishing {
Expand Down

0 comments on commit 1684aaa

Please sign in to comment.