This commit is contained in:
parent
57658b2cf8
commit
88be5ee431
17
build.gradle
17
build.gradle
@ -1,12 +1,3 @@
|
|||||||
group = 'de.openea'
|
|
||||||
version = '2.2.0'
|
|
||||||
|
|
||||||
description = "EvA2"
|
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
|
||||||
targetCompatibility = 1.8
|
|
||||||
|
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
@ -23,6 +14,14 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//create a single Jar with all dependencies
|
//create a single Jar with all dependencies
|
||||||
|
group = 'de.openea'
|
||||||
|
version = '2.2.0'
|
||||||
|
|
||||||
|
description = "EvA2"
|
||||||
|
|
||||||
|
sourceCompatibility = 1.8
|
||||||
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
task fatJar(type: Jar) {
|
task fatJar(type: Jar) {
|
||||||
manifest {
|
manifest {
|
||||||
attributes 'Implementation-Title': 'Gradle Jar File Example',
|
attributes 'Implementation-Title': 'Gradle Jar File Example',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user