lucene/buildSrc/build.gradle

9 lines
195 B
Groovy
Raw Normal View History

// Make sure the build environment is consistent.
apply from: file('../gradle/validation/check-environment.gradle')
dependencies {
implementation gradleApi()
implementation localGroovy()
}