api / org.gradle.plugins.ide.eclipse.model / EclipseProject / referencedProjects

referencedProjects

open fun referencedProjects(vararg referencedProjects: String): Unit

The referenced projects of this Eclipse project (*not*: java build path project references).

Referencing projects does not mean adding a build path dependencies between them! If you need to configure a build path dependency use Gradle's dependencies section or eclipse.classpath.whenMerged { classpath -> ... to manipulate the classpath entries

Parameters

referencedProjects - The name of the project references.