mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-02-22 22:49:36 +01:00
update for jar export
This commit is contained in:
parent
95b9da9377
commit
b01bb3cf7b
@ -1,5 +1,6 @@
|
||||
plugins {
|
||||
id 'buildlogic.jme-application-conventions'
|
||||
id 'com.github.johnrengelman.shadow' version '8.1.1'
|
||||
}
|
||||
|
||||
description = 'Monopoly Client'
|
||||
@ -26,3 +27,12 @@ application {
|
||||
mainClass = 'pp.monopoly.client.MonopolyApp'
|
||||
applicationName = 'monopoly'
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
manifest {
|
||||
attributes(
|
||||
'Main-Class': 'pp.monopoly.client.MonopolyApp'
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user