File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,28 @@ version = '1.0.2'
10
10
sourceCompatibility = 1.8
11
11
targetCompatibility = 1.8
12
12
13
-
13
+ sourceSets {
14
+ main {
15
+ java. outputDir = file(' build/classes/main' )
16
+ }
17
+ test {
18
+ java. outputDir = file(' build/classes/test' )
19
+ }
20
+ }
14
21
15
22
repositories {
16
23
maven {
17
24
url " https://oss.sonatype.org/content/repositories/snapshots"
18
25
}
19
26
maven {
20
- url " https://oss.sonatype .org/content/repositories/ioelastic-1029 "
27
+ url " https://repo1.maven .org/maven2 "
21
28
}
22
29
mavenCentral()
23
30
mavenLocal()
24
31
}
25
32
26
33
dependencies {
27
- compile " io.elastic:sailor-jvm:2.1.2 "
34
+ compile " io.elastic:sailor-jvm:2.1.3-SNAPSHOT "
28
35
compile " org.glassfish.jersey.core:jersey-client:2.25.1"
29
36
compile " org.glassfish.jersey.media:jersey-media-json-processing:2.25.1"
30
37
}
You can’t perform that action at this time.
0 commit comments