mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-30 15:52:15 +00:00
Updated gradle build to workaround GRADLE-1116 - workaround /build/classes/test being added to the Eclipse classpath
This commit is contained in:
parent
c7de933cb9
commit
6c01590bbf
@ -73,6 +73,10 @@ configure(javaProjects) {
|
||||
}
|
||||
}
|
||||
}
|
||||
// GRADLE-1116
|
||||
eclipseClasspath.whenConfigured { classpath ->
|
||||
classpath.entries.removeAll { entry -> entry.path.endsWith('/build/classes/test') }
|
||||
}
|
||||
}
|
||||
|
||||
ideaModule {
|
||||
|
Loading…
x
Reference in New Issue
Block a user