Skip to content

Commit

Permalink
First stab at fixing idea issues (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
worleydl authored Jul 6, 2021
1 parent 74cde49 commit f6c1fc3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
buildscript {
repositories {
mavenCentral()
jcenter()
mavenLocal()
gradlePluginPortal()
}

Expand All @@ -17,6 +14,13 @@ allprojects {

apply plugin: 'java'

repositories {
mavenCentral()
jcenter()
mavenLocal()
gradlePluginPortal()
}

dependencies {
implementation "org.apache.lucene:lucene-expressions:${luceneVersion}"
implementation "org.antlr:antlr4-runtime:${antlrVersion}"
Expand Down

0 comments on commit f6c1fc3

Please sign in to comment.