Skip to content

Commit

Permalink
Refined warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick authored Sep 26, 2024
1 parent 5ecbf1a commit 492a2b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ private boolean run() {
var msg = error.getMessage();
if (msg != null && msg.contains("Illegal type in constant pool")) {
try {
execution.getOwner().getListener().getLogger().println("May be JENKINS-73031: static interface methods not yet supported in Groovy");
execution.getOwner().getListener().getLogger().println("May be JENKINS-73031: calling static interface methods from Groovy is not currently supported by Jenkins");
} catch (IOException x) {
LOGGER.log(Level.WARNING, null, x);
}
Expand Down

0 comments on commit 492a2b5

Please sign in to comment.