This commit is contained in:
AriaLyy
2017-07-31 22:53:56 +08:00
255 changed files with 44854 additions and 1803 deletions

14
AriaFtpPlug/build.gradle Normal file
View File

@ -0,0 +1,14 @@
apply plugin: 'java'
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}
//apply from: 'bintray-release.gradle'