|
|
@ -6,9 +6,9 @@ tasks.withType(JavaCompile){ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//源码版本 |
|
|
|
//源码版本 |
|
|
|
sourceCompatibility=1.7 |
|
|
|
sourceCompatibility=1.8 |
|
|
|
//构建的class版本 |
|
|
|
//构建的class版本 |
|
|
|
targetCompatibility=1.7 |
|
|
|
targetCompatibility=1.8 |
|
|
|
|
|
|
|
|
|
|
|
def jarname="fine-third-10.0.jar" |
|
|
|
def jarname="fine-third-10.0.jar" |
|
|
|
def classesDir='build/classes/1' |
|
|
|
def classesDir='build/classes/1' |
|
|
@ -236,4 +236,4 @@ task copyFiles(type:Copy,dependsOn:'compileJava'){ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
jar.dependsOn copyFiles |
|
|
|
jar.dependsOn copyFiles |