|
1 |
| -//buildscript { |
2 |
| -// repositories { |
3 |
| -// mavenCentral() |
4 |
| -// gradlePluginPortal() |
5 |
| -// // https://repo1.maven.org/maven2/ |
6 |
| -// maven { |
7 |
| -// url "https://repo1.maven.org/maven2/" |
8 |
| -// } |
9 |
| -// maven { url 'https://nexus.web.cern.ch/nexus/content/repositories/public/' } |
10 |
| -// } |
11 |
| -//} |
12 |
| -// |
13 |
| -//plugins { |
14 |
| -// // id "com.jfrog.bintray" version "1.8.5" |
15 |
| -// // id "com.github.jruby-gradle.base" version "2.0.2" |
16 |
| -//// id "com.github.jruby-gradle.base" version "1.7.0" |
17 |
| -// id "java" |
18 |
| -// id "scala" |
19 |
| -// id "checkstyle" |
20 |
| -//// id "com.github.spotbugs" version "3.0.1" |
21 |
| -// id "org.sonarqube" version "3.5.0.2730" |
22 |
| -//} |
23 |
| -//// import com.github.jrubygradle.JRubyExec |
24 |
| -//repositories { |
25 |
| -// mavenCentral() |
26 |
| -// maven { url 'https://nexus.web.cern.ch/nexus/content/repositories/public/' } |
27 |
| -//// maven { |
28 |
| -//// url "http://dl.bintray.com/embulk-input-s3/maven" |
29 |
| -//// } |
30 |
| -//} |
31 | 1 | buildscript {
|
32 | 2 | repositories {
|
33 | 3 | mavenCentral()
|
34 | 4 | gradlePluginPortal()
|
35 |
| - maven { |
36 |
| - url "https://repo1.maven.org/maven2/" |
37 |
| - } |
| 5 | + maven {url "https://repo1.maven.org/maven2/"} |
38 | 6 | maven { url 'https://nexus.web.cern.ch/nexus/content/repositories/public/' }
|
39 | 7 | }
|
40 | 8 | }
|
@@ -66,8 +34,6 @@ group = "com.example"
|
66 | 34 | description = "An Embulk plugin to load example data."
|
67 | 35 | def EMBULK_VERSION = "0.11.5"
|
68 | 36 |
|
69 |
| -//sourceCompatibility = 1.8 |
70 |
| -//targetCompatibility = 1.8 |
71 | 37 | java {
|
72 | 38 | toolchain {
|
73 | 39 | languageVersion = JavaLanguageVersion.of(8)
|
@@ -97,15 +63,11 @@ dependencies {
|
97 | 63 | implementation 'com.google.guava:guava:24.1-jre'
|
98 | 64 |
|
99 | 65 | testImplementation 'org.jmockit:jmockit:1.38'
|
100 |
| - // testImplementation "junit:junit:4.+" |
101 | 66 | testImplementation 'org.hamcrest:hamcrest-core:2.2'
|
102 |
| - testImplementation 'org.testng:testng:6.14.2' |
103 |
| - // testImplementation "org.embulk:embulk-core:$EMBULK_VERSION:tests" |
104 |
| - // testImplementation "org.embulk:embulk-standards:$EMBULK_VERSION" |
| 67 | + testImplementation "org.testng:testng:6.14.2" |
105 | 68 | testImplementation "org.embulk:embulk-spi:0.11"
|
106 |
| - testImplementation "org.embulk:embulk-core:0.11.0" |
107 |
| - testImplementation "org.embulk:embulk-deps:0.11.0" |
108 |
| - testImplementation "org.embulk:embulk-junit4:0.11.0" |
| 69 | + testImplementation "org.embulk:embulk-core:$EMBULK_VERSION" |
| 70 | + testImplementation "org.embulk:embulk-deps:$EMBULK_VERSION" |
109 | 71 | }
|
110 | 72 |
|
111 | 73 | sourceSets {
|
|
0 commit comments