diff --git a/build.gradle b/build.gradle index 83288a6..416527d 100644 --- a/build.gradle +++ b/build.gradle @@ -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) {