File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ targetCompatibility = 1.8
25
25
26
26
buildscript {
27
27
repositories {
28
+ mavenLocal()
28
29
mavenCentral()
29
30
jcenter()
30
31
}
@@ -35,6 +36,7 @@ buildscript {
35
36
}
36
37
37
38
repositories {
39
+ mavenLocal()
38
40
mavenCentral()
39
41
}
40
42
@@ -49,7 +51,8 @@ dependencies {
49
51
compileOnly ' org.apache.logging.log4j:log4j-api:2.17.0' // provided by Logstash
50
52
compileOnly ' org.apache.logging.log4j:log4j-core:2.17.0' // provided by Logstash
51
53
52
- implementation fileTree(dir : LOGSTASH_CORE_PATH , include : " **/logstash-core.jar" )
54
+ // implementation fileTree(dir: LOGSTASH_CORE_PATH, include: "**/logstash-core.jar")
55
+ implementation fileTree(dir : LOGSTASH_CORE_PATH , include : " build/libs/logstash-core.jar" )
53
56
54
57
testImplementation ' junit:junit:4.12'
55
58
testImplementation ' org.jruby:jruby-complete:9.2.20.1'
You can’t perform that action at this time.
0 commit comments