com.github.linsheng9731.scalariform
所有者: linshengsheng
根据您配置的规范重新格式化 Scala 源代码
https://github.com/linsheng9731/scalariform-gradle-plugin
源: https://github.com/linsheng9731/scalariform-gradle-plugin.git
版本 0.3.0 (最新版本)
0.3.0
创建于 2019 年 3 月 7 日。
根据您配置的规范重新格式化 Scala 源代码
使用插件 DSL
plugins {
id("com.github.linsheng9731.scalariform") version "0.3.0"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.linsheng9731.gradle.plugins:scalariform-gradle-plugin:0.3.0")
}
}
apply(plugin = "com.github.linsheng9731.scalariform")
使用插件 DSL
plugins {
id "com.github.linsheng9731.scalariform" version "0.3.0"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "gradle.plugin.com.linsheng9731.gradle.plugins:scalariform-gradle-plugin:0.3.0"
}
}
apply plugin: "com.github.linsheng9731.scalariform"