Slackbot
10/04/2022, 11:59 AMArimil
10/04/2022, 12:01 PMbuild.gradle.kts
I can use this to publish to maven local and via setting the project name to be rootProject.name = "gitlab-publish.gradle.plugin"
this puts everything in what appears to be the right directory when published to maven local. But when I try to use the plugin id("gitlab-publish") version "1.0-SNAPSHOT"
it says it can't be found.
Build file '/home/arimil/Development/gitlab-publish/build.gradle.kts' line: 6
Plugin [id: 'gitlab-publish', version: '1.0-SNAPSHOT'] was not found in any of the following sources:
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
Niels Doucet
10/04/2022, 12:11 PMgitlab-publish
if the documentation specifies plugin-publish
?Niels Doucet
10/04/2022, 12:16 PMpluginManagement
Niels Doucet
10/04/2022, 12:17 PMArimil
10/04/2022, 1:45 PM