Skip to content

Commit fe2389a

Browse files
committed
Fix luceneEclipseJdt task not invoked by gradle eclipse #14868.
1 parent b098213 commit fe2389a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-tools/build-infra/src/main/groovy/lucene.ide.eclipse.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ if (gradle.startParameter.taskNames.contains("eclipse")) {
3030
project.pluginManager.apply("java-base")
3131
project.pluginManager.apply("eclipse")
3232

33+
def resources = rootProject.file("gradle/ide/eclipse")
3334
def eclipseJavaVersion = eclipseJavaVersionOption.get()
3435
def relativize = { File other -> rootProject.rootDir.relativePath(other).toString() }
3536

0 commit comments

Comments
 (0)