Skip to content

Commit 555ebe0

Browse files
committed
GROOVY-11328: Groovy 4.0.19 - Unable to start (picocli)
1 parent a8c075a commit 555ebe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subprojects/groovy-binary/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ distribution {
7171
from(configurations.distributionsRuntimeClasspath) {
7272
exclude {
7373
it.file.name.contains('activation') ||
74+
it.file.name.contains('groovy-raw') ||
7475
it.file.name.contains('livetribe-jsr223') ||
7576
it.file.name.startsWith('openbeans-') ||
7677
it.file.name.startsWith('asm-') ||

0 commit comments

Comments
 (0)