Skip to content

Commit

Permalink
use upper level test for eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Sep 9, 2023
1 parent 0c3ed81 commit be30491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ protected boolean checkForExistingProjectFiles(File dir ) {

@Override
public Class getSupportedLangauge() {
if (OSUtil.isLinux() || OSUtil.isWindows()|| OSUtil.isOSX())
if (OSSupportsEclipse() )
return GroovyHelper.class;
return null;
}
Expand Down

0 comments on commit be30491

Please sign in to comment.