build.gradle.kts:

- added version info to manifest
- added META-INF/LICENSE
- Java source/target compatibility now defined in single location
- defined source file encoding for java compiler
This commit is contained in:
Karl Tauber
2020-02-16 16:58:01 +01:00
parent 7489526eb7
commit 5f40ab130e
7 changed files with 30 additions and 31 deletions

View File

@@ -26,11 +26,6 @@ dependencies {
implementation( "com.jidesoft:jide-oss:3.6.18" )
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
tasks {
assemble {
dependsOn(