no.tritt.gitlab-conventions
Owner: Mikael Vik
Adds Maven Repositories for GitLab groups and/or projects
https://tritt-open.gitlab.io/tritt-gradle-plugins/gitlab-conventions.html
Sources: https://gitlab.com/tritt-open/tritt-gradle-plugins.git
Version 0.3.5 (latest)
0.3.5
Created 31 October 2022.
Adds Maven Repositories for GitLab groups and/or projects
Add this plugin to your build using the plugins DSL:
plugins {
id("no.tritt.gitlab-conventions") version "0.3.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("no.tritt.gradle:gitlab-conventions:0.3.5") } } apply(plugin = "no.tritt.gitlab-conventions")
- Applying plugins to all subprojects .