mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 03:55:46 +00:00
9 lines
195 B
Groovy
9 lines
195 B
Groovy
|
|
// Make sure the build environment is consistent.
|
|
apply from: file('../gradle/validation/check-environment.gradle')
|
|
|
|
dependencies {
|
|
implementation gradleApi()
|
|
implementation localGroovy()
|
|
}
|