Skip to content

Commit f28f56a

Browse files
committed
Update build.gradle
1 parent 2525d7a commit f28f56a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ targetCompatibility = 1.8
2525

2626
buildscript {
2727
repositories {
28+
mavenLocal()
2829
mavenCentral()
2930
jcenter()
3031
}
@@ -35,6 +36,7 @@ buildscript {
3536
}
3637

3738
repositories {
39+
mavenLocal()
3840
mavenCentral()
3941
}
4042

@@ -49,7 +51,8 @@ dependencies {
4951
compileOnly 'org.apache.logging.log4j:log4j-api:2.17.0' // provided by Logstash
5052
compileOnly 'org.apache.logging.log4j:log4j-core:2.17.0' // provided by Logstash
5153

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")
5356

5457
testImplementation 'junit:junit:4.12'
5558
testImplementation 'org.jruby:jruby-complete:9.2.20.1'

0 commit comments

Comments
 (0)