Skip to content

Commit f6ec26b

Browse files
committed
Revert "Add more variables to the binding"
This reverts commit d4474c4.
1 parent e0522b7 commit f6ec26b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

grails-shell/src/main/groovy/org/grails/cli/profile/commands/CreateAppCommand.groovy

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,7 @@ class CreateAppCommand implements Command, ProfileRepositoryAware {
175175
variables['grails.codegen.projectName'] = GrailsNameUtils.getScriptName(projectClassName)
176176
variables['grails.profile'] = profile.name
177177
variables['grails.version'] = Environment.getPackage().getImplementationVersion() ?: GRAILS_VERSION_FALLBACK_IN_IDE_ENVIRONMENTS_FOR_RUNNING_TESTS
178-
variables['info.app.grailsVersion'] = Environment.getPackage().getImplementationVersion() ?: GRAILS_VERSION_FALLBACK_IN_IDE_ENVIRONMENTS_FOR_RUNNING_TESTS
179-
variables['info.app.version'] = '0.1-SNAPSHOT'
180178
variables['grails.app.name'] = appname
181-
variables['info.app.name'] = appname
182179
variables['grails.app.group'] = groupname
183180
}
184181

0 commit comments

Comments
 (0)