Join Slack
Powered by
looks like checkstyle was waiting on compilation t...
# community-support
c
Caleb Cushing
03/15/2024, 5:51 AM
looks like checkstyle was waiting on compilation to finish to run, is that something I've maybe done? or is that just how gradle has set it up
v
Vampire
03/15/2024, 7:57 AM
It needs the classes:
https://github.com/gradle/gradle/blob/614c318451d601d305873b099007d847aaeee42c/platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/CheckstylePlugin.java#L138
c
Caleb Cushing
03/15/2024, 7:23 PM
but why... checkstyle itself doesn't need classes, it's a single file source processor only
v
Vampire
03/15/2024, 7:42 PM
🤷♂️
c
Caleb Cushing
03/15/2024, 8:09 PM
bug?
v
Vampire
03/15/2024, 8:16 PM
Possible
c
Caleb Cushing
03/18/2024, 7:27 PM
existing bug
👌 1
Open in Slack
Previous
Next