Skip to content

Commit 40539b1

Browse files
author
eberhardtj
committed
CRLF to LF
1 parent 1657c94 commit 40539b1

File tree

3 files changed

+199
-199
lines changed

3 files changed

+199
-199
lines changed

build.gradle

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
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
}

settings.gradle

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

0 commit comments

Comments
 (0)