Slackbot
10/10/2022, 4:36 AMJendrik Johannes
10/10/2022, 6:16 AM.settings.gradle(.kts)
extension) that you apply in all settings.gradle(.kts)
files which uses the newer dependencyResolutionManagement {}
to declare the repositories.
For publishing the precompiled script plugins to a repo, you basically only need to add maven-publish
and configure the repository to publish to. Example / explanation:
https://github.com/jjohannes/gradle-plugins-howto/commit/publish-plugins#diff-6262d4c69eea52ccb569614180adeb6bdb21dfcda8ace52dbed09ad698f8d0e0Jendrik Johannes
10/10/2022, 6:17 AM