File tree Expand file tree Collapse file tree 3 files changed +199
-199
lines changed
src/test/java/org/metafacture/csv Expand file tree Collapse file tree 3 files changed +199
-199
lines changed Original file line number Diff line number Diff line change 1- group ' com.github.eberhardtj'
2- version ' 0.3.0'
3-
4- apply plugin : ' java'
5-
6- sourceCompatibility = 1.8
7- targetCompatibility = 1.8
8- compileJava. options. encoding = ' UTF-8'
9-
10- repositories {
11- mavenCentral()
12- }
13-
14- dependencies {
15- implementation ' org.metafacture:metafacture-framework:5.0.0'
16- implementation ' com.opencsv:opencsv:4.2'
17-
18- testImplementation ' junit:junit:4.12'
19- testImplementation ' org.mockito:mockito-core:2.5.5'
20- }
21-
22- task fatJar (type : Jar ) {
23- dependencies {
24- compile ' com.opencsv:opencsv:4.2'
25- }
26- from {
27- configurations. compile. collect { it. isDirectory() ? it : zipTree(it) }
28- }
29- archiveName = archivesBaseName. replace(' -plugin' , ' ' ) + ' -' + version + ' -plugin' + ' .jar'
30- with jar
1+ group ' com.github.eberhardtj'
2+ version ' 0.3.0'
3+
4+ apply plugin : ' java'
5+
6+ sourceCompatibility = 1.8
7+ targetCompatibility = 1.8
8+ compileJava. options. encoding = ' UTF-8'
9+
10+ repositories {
11+ mavenCentral()
12+ }
13+
14+ dependencies {
15+ implementation ' org.metafacture:metafacture-framework:5.0.0'
16+ implementation ' com.opencsv:opencsv:4.2'
17+
18+ testImplementation ' junit:junit:4.12'
19+ testImplementation ' org.mockito:mockito-core:2.5.5'
20+ }
21+
22+ task fatJar (type : Jar ) {
23+ dependencies {
24+ compile ' com.opencsv:opencsv:4.2'
25+ }
26+ from {
27+ configurations. compile. collect { it. isDirectory() ? it : zipTree(it) }
28+ }
29+ archiveName = archivesBaseName. replace(' -plugin' , ' ' ) + ' -' + version + ' -plugin' + ' .jar'
30+ with jar
3131}
Original file line number Diff line number Diff line change 1- rootProject. name = ' metafacture-csv-plugin'
1+ rootProject. name = ' metafacture-csv-plugin'
You can’t perform that action at this time.
0 commit comments