We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b098213 commit fe2389aCopy full SHA for fe2389a
build-tools/build-infra/src/main/groovy/lucene.ide.eclipse.gradle
@@ -30,6 +30,7 @@ if (gradle.startParameter.taskNames.contains("eclipse")) {
30
project.pluginManager.apply("java-base")
31
project.pluginManager.apply("eclipse")
32
33
+ def resources = rootProject.file("gradle/ide/eclipse")
34
def eclipseJavaVersion = eclipseJavaVersionOption.get()
35
def relativize = { File other -> rootProject.rootDir.relativePath(other).toString() }
36
0 commit comments