31 Star 138 Fork 36

tuuzed / LightTunnel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
tuuzed 提交于 2021-10-05 22:03 . 优化
buildscript {
ext.kotlin_version = "1.5.31"
ext.jvm_version = "1.8"
ext.netty_version = "4.1.68.Final"
extensions.GitVcConfig = [
ENABLE_BRANCH: true,
]
repositories {
maven { url 'https://jitpack.io' }
maven { url "https://maven.aliyun.com/repository/public" }
maven { url "https://maven.aliyun.com/repository/gradle-plugin" }
maven { url "https://plugins.gradle.org/m2/" }
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "edu.sc.seis.launch4j:launch4j:2.4.6"
classpath "gradle.plugin.de.fuerstenau:BuildConfigPlugin:1.1.8"
classpath 'com.github.tuuzed:gitvc-gradle-plugin:1.1.0'
classpath 'com.github.tuuzed:base64file-gradle-plugin:1.0.0'
}
allprojects {
repositories {
maven { url "https://maven.aliyun.com/repository/public" }
mavenCentral()
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
}
}
apply plugin: "com.github.tuuzed.gitvc"
group "lighttunnel"
version GitVc.VERSION_NAME.toUpperCase()
static def buildString(Object o) { return '"' + o + '"' }
Kotlin
1
https://gitee.com/tuuzed/LightTunnel.git
git@gitee.com:tuuzed/LightTunnel.git
tuuzed
LightTunnel
LightTunnel
dev

搜索帮助