We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa7b30 commit 8edda5cCopy full SHA for 8edda5c
gradle/ide.gradle
@@ -73,7 +73,7 @@ eclipse.classpath.file.whenMerged {
73
// within Eclipse. Consequently, Java 21 features managed via the
74
// me.champeau.mrjar plugin cannot be built or tested within Eclipse.
75
eclipse.classpath.file.whenMerged { classpath ->
76
- classpath.entries.removeAll { it.path =~ /src\/(main|test)\/java21/ }
+ classpath.entries.removeAll { it.path =~ /src\/(main|test)\/java(21|24)/ }
77
}
78
79
// Remove classpath entries for non-existent libraries added by the me.champeau.mrjar
0 commit comments