a few fixes #1
@ -4,6 +4,8 @@ plugins {
|
|||||||
|
|
||||||
archivesBaseName = "Mario Kart World Tracker"
|
archivesBaseName = "Mario Kart World Tracker"
|
||||||
version = '1.0.1'
|
version = '1.0.1'
|
||||||
|
var mainClassName = 'speiger.src.ui.MapPanel'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
@ -13,7 +15,7 @@ sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = co
|
|||||||
|
|
||||||
jar {
|
jar {
|
||||||
manifest {
|
manifest {
|
||||||
attributes "Main-Class": 'speiger.src.ui.MapPanel'
|
attributes "Main-Class": mainClassName
|
||||||
}
|
}
|
||||||
from {
|
from {
|
||||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||||
@ -27,7 +29,7 @@ task baseJar(type: Jar) {
|
|||||||
exclude('assets/images/images.zip')
|
exclude('assets/images/images.zip')
|
||||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||||
manifest {
|
manifest {
|
||||||
attributes "Main-Class": 'speiger.src.ui.MapPanel'
|
attributes "Main-Class": mainClassName
|
||||||
}
|
}
|
||||||
from {
|
from {
|
||||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user