gradle配置提交
parent
d2c1b418a9
commit
b37c3146c9
|
@ -17,7 +17,7 @@ jar {
|
||||||
baseName = 'globalserver'
|
baseName = 'globalserver'
|
||||||
version = '1.0.0'
|
version = '1.0.0'
|
||||||
manifest {
|
manifest {
|
||||||
attributes 'Main-Class': 'com.global.GlobalServerApplivation'
|
attributes 'Main-Class': 'com.global.GlobalServerApplication'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
@ -17,7 +17,7 @@ jar {
|
||||||
baseName = 'worldserver'
|
baseName = 'worldserver'
|
||||||
version = '1.0.0'
|
version = '1.0.0'
|
||||||
manifest {
|
manifest {
|
||||||
attributes 'Main-Class': 'com.global.GlobalServerApplivation'
|
attributes 'Main-Class': 'com.WorldServerApplication'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Reference in New Issue