feat:updates

This commit is contained in:
2025-05-02 22:19:19 +08:00
parent 2736ce2263
commit 66ecce4034

View File

@@ -9,9 +9,6 @@ if (buildJSON.application) {
}
def baseProjectName = buildJSON?.project?.name ?: '__project_name__';
def shellCommandName = baseProjectName
def eclipseProjectName = baseProjectName
def eclipseProjectComment = buildJSON?.project?.comment ?: '__project_name_comment__'
def jarManifestMainClass = buildJSON?.project?.main ?: 'SampleMain'
if (buildJSON.application) {