Skip to content

Commit

Permalink
fixup! build: replace deprecated 'maven' plugin
Browse files Browse the repository at this point in the history
Define publications.
  • Loading branch information
stempler committed Sep 13, 2023
1 parent d8d4bcc commit f015de3
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 @@ -99,6 +99,14 @@ configure(srcProjects()) { project ->
}

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

repositories {
maven {

Expand Down

0 comments on commit f015de3

Please sign in to comment.