Skip to content

Commit 3c97401

Browse files
committed
Polish
1 parent 526fc1f commit 3c97401

File tree

1 file changed

+0
-4
lines changed
  • spring-boot-project/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/grab

1 file changed

+0
-4
lines changed

spring-boot-project/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/grab/GrabCommand.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,13 @@ private static final class GrabOptionHandler extends CompilerOptionHandler {
4848
@Override
4949
protected ExitStatus run(OptionSet options) throws Exception {
5050
SourceOptions sourceOptions = new SourceOptions(options);
51-
5251
List<RepositoryConfiguration> repositoryConfiguration = RepositoryConfigurationFactory
5352
.createDefaultRepositoryConfiguration();
54-
5553
GroovyCompilerConfiguration configuration = new OptionSetGroovyCompilerConfiguration(
5654
options, this, repositoryConfiguration);
57-
5855
if (System.getProperty("grape.root") == null) {
5956
System.setProperty("grape.root", ".");
6057
}
61-
6258
GroovyCompiler groovyCompiler = new GroovyCompiler(configuration);
6359
groovyCompiler.compile(sourceOptions.getSourcesArray());
6460
return ExitStatus.OK;

0 commit comments

Comments
 (0)