Dev builds are failing for all commits since 1.6.7 release
James103 opened this issue ยท 2 comments
All dev builds, triggered via GitHub Actions on push, for commit 6ae2b09 and later (after 1.6.7 release), are failing fairly early on.
The failure message is that a plugin named com.diffplug.spotless
version 5.14.0
was not found. Most likely, that is because the specific version used to exist but has since been taken down.
The build.gradle
file was not modified since before the last commit with a successful dev build, with the plugin not having been updated for approximately two years:
Modern-Industrialization/build.gradle
Line 4 in e789356
Should be fixed by 67d50a3.