79686676

Date: 2025-07-01 23:20:37
Score: 1
Natty:
Report link

There was a permission issue. The Groovy runtime could not get the resource because I had not opened my packages to org.apache.groovy. I just needed to add:

opens my_package to org.apache.groovy;

to module-info.java.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Choosechee