You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gradle.properties file needs to be used to configure global switches directly in each repository. This can not be moved into these plugins, but the plugins may check if the build is configured as expected and otherwise emit a warning:
Failing for the wrong minimal Gradle version will also allow us to indirectly use Dependabot to update Gradle regularly in the other repos. When we release a new version of these plugins for a new Gradle version, Dependabot will create a PR for updating org.hiero.gradle.build. Then the PR CI build will fail, telling to update Gradle as well as part of the PR.
The
gradle.properties
file needs to be used to configure global switches directly in each repository. This can not be moved into these plugins, but the plugins may check if the build is configured as expected and otherwise emit a warning:The text was updated successfully, but these errors were encountered: