io.github.1c-syntax.bslls-dev-tools
所有者: 马克西莫夫·瓦列里
BSLLS 开发工具 gradle 插件
https://github.com/1c-syntax/bslls-dev-tools
来源: https://github.com/1c-syntax/bslls-dev-tools.git
使用 插件 DSL
plugins {
id("io.github.1c-syntax.bslls-dev-tools") version "0.8.1"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.1c-syntax:bslls-dev-tools:0.8.1")
}
}
apply(plugin = "io.github.1c-syntax.bslls-dev-tools")