Skip to content

Commit ac52df8

Browse files
author
eberhardtj
committed
Change module name to metafacture-csv-plugin
1 parent 9284acd commit ac52df8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ task fatJar(type: Jar) {
2626
from {
2727
configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
2828
}
29-
archiveName = archivesBaseName + '-' + version + '-plugin' + '.jar'
29+
archiveName = archivesBaseName.replace('-plugin', '') + '-' + version + '-plugin' + '.jar'
3030
with jar
3131
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = 'metafacture-csv'
1+
rootProject.name = 'metafacture-csv-plugin'

0 commit comments

Comments
 (0)