feat:updates
This commit is contained in:
@@ -9,9 +9,6 @@ if (buildJSON.application) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
def baseProjectName = buildJSON?.project?.name ?: '__project_name__';
|
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'
|
def jarManifestMainClass = buildJSON?.project?.main ?: 'SampleMain'
|
||||||
|
|
||||||
if (buildJSON.application) {
|
if (buildJSON.application) {
|
||||||
|
|||||||
Reference in New Issue
Block a user