gradle配置提交

back_recharge
lvxinran 2020-01-05 00:09:45 +08:00
parent d2c1b418a9
commit b37c3146c9
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jar {
baseName = 'globalserver'
version = '1.0.0'
manifest {
attributes 'Main-Class': 'com.global.GlobalServerApplivation'
attributes 'Main-Class': 'com.global.GlobalServerApplication'
}
}
dependencies {

View File

@ -17,7 +17,7 @@ jar {
baseName = 'worldserver'
version = '1.0.0'
manifest {
attributes 'Main-Class': 'com.global.GlobalServerApplivation'
attributes 'Main-Class': 'com.WorldServerApplication'
}
}
dependencies {