提交 b16bf2d8 编写于 作者: R Rob Winch

Rm buildSrc/src/main/groovy from Eclipse Sources

Previously buildSrc/src/main/groovy was a source folder within Eclipse.
This caused build errors due to missing dependencies for Gradle.

This commit removes buildSrc/src/main/groovy from the source folders
within Eclipse to prevent errors from being displayed.
上级 26b1f44c
......@@ -690,14 +690,6 @@ configure(rootProject) {
apply plugin: "groovy"
apply from: "${gradleScriptDir}/jdiff.gradle"
eclipse.classpath.file.whenMerged { classpath ->
def sourceFolder = new org.gradle.plugins.ide.eclipse.model.SourceFolder(
"buildSrc/src/main/groovy", null)
if(!classpath.entries.contains(sourceFolder)) {
classpath.entries.add(0, sourceFolder)
}
}
reference {
sourceDir = file("src/reference/docbook")
pdfFilename = "spring-framework-reference.pdf"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册