We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9284acd commit ac52df8Copy full SHA for ac52df8
build.gradle
@@ -26,6 +26,6 @@ task fatJar(type: Jar) {
26
from {
27
configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
28
}
29
- archiveName = archivesBaseName + '-' + version + '-plugin' + '.jar'
+ archiveName = archivesBaseName.replace('-plugin', '') + '-' + version + '-plugin' + '.jar'
30
with jar
31
settings.gradle
@@ -1 +1 @@
1
-rootProject.name = 'metafacture-csv'
+rootProject.name = 'metafacture-csv-plugin'
0 commit comments