name.remal.gitlab-tools.disabled
所有者: Semyon Levin
跳过name.remal.gitlab-tools插件执行
https://gitlab.com/remal/gradle-plugins
源代码: https://gitlab.com/remal/gradle-plugins.git
使用 插件DSL
plugins {
id("name.remal.gitlab-tools.disabled") version "0.32.1"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.name.remal:gradle-plugins:0.32.1")
}
}
apply(plugin = "name.remal.gitlab-tools.disabled")