You can disable the Java warnings with GROOVY_TURN_OFF_JAVA_WARNINGS
as a temporary fix:
$ GROOVY_TURN_OFF_JAVA_WARNINGS=true groovy -e 'print "hi\n"'
hi
You can disable the Java warnings with GROOVY_TURN_OFF_JAVA_WARNINGS
as a temporary fix:
$ GROOVY_TURN_OFF_JAVA_WARNINGS=true groovy -e 'print "hi\n"'
hi