This commit is contained in:
		
							
								
								
									
										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 { | ||||
|     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',   | ||||
|   | ||||
		Reference in New Issue
	
	Block a user