ktlint-gradle
ktlint-gradle copied to clipboard
Optimize CI a bit
Mainly for using gradle-build-action to speed up build on CI, and bump action versions by the way.
CC @JLLeitschuh
@JLLeitschuh CC
You can update to Gradle 8 or 7.6 to support Java 19.
You can update to Gradle 8 or 7.6 to support Java 19.
That's the plan. But things are breaking, and I don't have the time to figure out what's going on right now: #660
Validation job now only be executed after wrapper files are changed, it could be removed from required status checks.
CC @wakingrufus @JLLeitschuh