Skip to content

Commit

Permalink
Merge pull request #52 from codefreak/HenningCash-patch-1
Browse files Browse the repository at this point in the history
Remove maven plugin
  • Loading branch information
erikhofer authored Oct 16, 2021
2 parents c884dc3 + ff21b87 commit ab9a118
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
plugins {
id "java"
// for local testing with "gradle install"
id "maven"
}

repositories {
Expand Down Expand Up @@ -38,4 +36,4 @@ task createArchives(type: Tar) {
destinationDirectory = file("$buildDir/archives")
}
}
}
}

0 comments on commit ab9a118

Please sign in to comment.