blob: bf72b1842d2c995e4c30fe1d2123993089e0bdd0 (
plain) (
blame)
1
2
3
4
5
6
|
dependencies {
implementation project(':enigma')
implementation 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3'
}
jar.manifest.attributes 'Main-Class': 'cuchaz.enigma.network.DedicatedEnigmaServer'
|