Skip to content

Commit 8edda5c

Browse files
committed
Remove java24 classpath entries in Eclipse for the time being
1 parent 2fa7b30 commit 8edda5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/ide.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ eclipse.classpath.file.whenMerged {
7373
// within Eclipse. Consequently, Java 21 features managed via the
7474
// me.champeau.mrjar plugin cannot be built or tested within Eclipse.
7575
eclipse.classpath.file.whenMerged { classpath ->
76-
classpath.entries.removeAll { it.path =~ /src\/(main|test)\/java21/ }
76+
classpath.entries.removeAll { it.path =~ /src\/(main|test)\/java(21|24)/ }
7777
}
7878

7979
// Remove classpath entries for non-existent libraries added by the me.champeau.mrjar

0 commit comments

Comments
 (0)