Skip to content

Commit

Permalink
Grace: migrate to Grace
Browse files Browse the repository at this point in the history
Change title
  • Loading branch information
rainboyan committed Mar 21, 2024
1 parent f435e53 commit 11711e1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class GrailsConsole extends Grails {
ClassLoader classLoader = Thread.currentThread().getContextClassLoader()
groovy.console.ui.Console groovyConsole = new groovy.console.ui.Console(classLoader, binding, baseConfig) {

static final TITLE = 'GrailsConsole'
static final TITLE = 'Grace Console'
static prefs = Preferences.userNodeForPackage(GrailsConsole)

@Override
Expand Down Expand Up @@ -162,8 +162,8 @@ class GrailsConsole extends Grails {
def osVersion = String.format('%s %s %s', System.getProperty('os.name'), System.getProperty('os.version'), System.getProperty('os.arch'))
def groovyVersion = GroovySystem.getVersion()
def pane = super.swing.optionPane()
pane.setMessage('Welcome to the Grails Console for evaluating Groovy scripts' +
"\nGrails: $grailsVersion" +
pane.setMessage('Welcome to the Grace Console for evaluating Groovy scripts' +
"\nGrace: $grailsVersion" +
"\nGroovy: $groovyVersion" +
"\nJVM: $javaVersion" +
"\nOS: $osVersion")
Expand Down

0 comments on commit 11711e1

Please sign in to comment.