Skip to content

Commit

Permalink
Make CompilerUitls.getWorkspaceCompilerLevel public so others (e.g. G…
Browse files Browse the repository at this point in the history
…rails IDE and Grails IDE tests) can use it.
  • Loading branch information
kdvolder committed Apr 15, 2013
1 parent b2073d1 commit 04b8c80
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -457,7 +457,7 @@ public static boolean projectVersionMatchesWorkspaceVersion(SpecifiedVersion ver

}

static SpecifiedVersion getWorkspaceCompilerLevel() {
public static SpecifiedVersion getWorkspaceCompilerLevel() {
String groovyVersion = GroovySystem.getVersion();
// convert from major.minor.micro to major.minor
int dotIndex = groovyVersion.lastIndexOf('.');
Expand Down

0 comments on commit 04b8c80

Please sign in to comment.