spring-framework/gradle
Sam Brannen 8770544769 Remove classpath entries for non-existent libraries added by mrjar plugin
The me.champeau.mrjar Gradle plugin causes non-existent libraries to be
added to the Eclipse classpath, such as:

<classpathentry kind="lib" path="/workspaces/spring-framework/spring-core/build/classes/kotlin/java21">
  <attributes>
    <attribute name="gradle_used_by_scope" value="java21"/>
    <attribute name="test" value="true"/>
  </attributes>
</classpathentry>

This results in build errors in Eclipse IDE like the following.

Project 'spring-core' is missing required library:
  '/workspaces/spring-framework/spring-core/build/classes/kotlin/java21'

This commit filters those and removes them.
2023-10-29 12:03:40 +01:00
..
wrapper Upgrade to Gradle 8.4 2023-10-08 16:08:29 +02:00
docs-dokka.gradle Fix javax.servlet doc to jakarta.servlet (#27692) 2021-11-17 11:29:54 +01:00
ide.gradle Remove classpath entries for non-existent libraries added by mrjar plugin 2023-10-29 12:03:40 +01:00
publications.gradle Remove artifactory plugin from build 2020-04-28 14:34:40 +02:00
spring-module.gradle Improve how the build deals with javadoc invalid references 2023-05-16 15:04:10 +02:00
toolchains.gradle Configure JDK 22 compatibility build on CI 2023-10-19 13:59:13 +02:00