Skip to content

Commit ab9a118

Browse files
author
Erik Hofer
authored
Merge pull request #52 from codefreak/HenningCash-patch-1
Remove maven plugin
2 parents c884dc3 + ff21b87 commit ab9a118

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
plugins {
22
id "java"
3-
// for local testing with "gradle install"
4-
id "maven"
53
}
64

75
repositories {
@@ -38,4 +36,4 @@ task createArchives(type: Tar) {
3836
destinationDirectory = file("$buildDir/archives")
3937
}
4038
}
41-
}
39+
}

0 commit comments

Comments
 (0)