1 Star 2 Fork 0

Jenly / ASocket

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
Jenly 提交于 2021-09-30 00:28 . Initial commit
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
apply from: 'versions.gradle'
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:$versions.gradle"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$versions.kotlin"
classpath "com.vanniktech:gradle-maven-publish-plugin:$versions.mavenPublish"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:$versions.dokka"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
allprojects {
tasks.withType(Javadoc) {
options{
encoding "UTF-8"
charSet 'UTF-8'
links "http://docs.oracle.com/javase/8/docs/api"
}
options.addStringOption('Xdoclint:none', '-quiet')
// options.compilerArgs << "-Xlint:unchecked" << "- Xlint:deprecation"
failOnError false
}
}
Java
1
https://gitee.com/jenly1314/ASocket.git
git@gitee.com:jenly1314/ASocket.git
jenly1314
ASocket
ASocket
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891