fix-ci #1

Merged
halfdan merged 12 commits from fix-ci into master 2021-12-30 09:41:33 +00:00
Showing only changes of commit 88be5ee431 - Show all commits

View File

@ -1,12 +1,3 @@
group = 'de.openea'
version = '2.2.0'
description = "EvA2"
sourceCompatibility = 1.8
targetCompatibility = 1.8
buildscript {
repositories {
jcenter()
@ -23,6 +14,14 @@ plugins {
}
//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) {
manifest {
attributes 'Implementation-Title': 'Gradle Jar File Example',