修订 - 更新打包主类

This commit is contained in:
A.C.Sukazyo Eyre 2021-12-08 12:51:50 +08:00
parent d65f2d9f24
commit 4bb634c3f3
Signed by: Eyre_S
GPG Key ID: EFB47D98FE082FAD
2 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@ plugins {
}
group 'cc.sukazyo'
version '0.4.0.0'
version '0.4.0.1'
project.ext.archiveBaseName = 'Coeur_Morny_Cono'
project.ext.artifactId = 'morny-coeur'
mainClassName = 'cc.sukazyo.cono.morny.MornyCoeur'
mainClassName = 'cc.sukazyo.cono.morny.ServerMain'
repositories {
mavenCentral()

View File

@ -4,6 +4,6 @@ package cc.sukazyo.cono.morny;
* the final field that will be updated by gradle automatically.
*/
public class GradleProjectConfigures {
public static final String VERSION = "0.4.0.0";
public static final long COMPILE_TIMESTAMP = 1638938409169L;
public static final String VERSION = "0.4.0.1";
public static final long COMPILE_TIMESTAMP = 1638938903400L;
}