Skip to content

Commit

Permalink
Rewrite some code to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiDragon committed Jul 2, 2023
1 parent f6c12d9 commit f91b264
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,8 @@ java {


publishing {
publications {
mavenJava(MavenPublication) {
from components.java
}
publications.create("mavenJava", MavenPublication) {
from components.java
}
repositories {}
}

0 comments on commit f91b264

Please sign in to comment.