name.remal.gitlab-tools
Owner: Semyon Levin
Plugin that provides GitLab tasks.
https://gitlab.com/remal/gradle-plugins
Sources: https://gitlab.com/remal/gradle-plugins.git
Add this plugin to your build using the plugins DSL:
plugins {
id("name.remal.gitlab-tools") version "0.32.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.name.remal:gradle-plugins:0.32.0") } } apply(plugin = "name.remal.gitlab-tools")
- Applying plugins to all subprojects .