atom
This commit is contained in:
14
arouter_annotation/build.gradle
Normal file
14
arouter_annotation/build.gradle
Normal file
@@ -0,0 +1,14 @@
|
||||
apply plugin: 'java-library'
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
}
|
||||
|
||||
// java控制台输出中文乱码
|
||||
tasks.withType(JavaCompile) {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
|
||||
|
||||
sourceCompatibility = "7"
|
||||
targetCompatibility = "7"
|
||||
Reference in New Issue
Block a user