Skip to content

Commit

Permalink
Changed to be idiomatic groovy (at least according to the docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrank13 committed Jun 27, 2022
1 parent 129d399 commit 8376a85
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 @@ -105,8 +105,8 @@ subprojects {
}
}
publications {
register("gpr") {
from(components["java"])
gpr(MavenPublication) {
from(components.java)
}
}
}
Expand Down

0 comments on commit 8376a85

Please sign in to comment.