mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
Fix CLI test failures
This commit is contained in:
+1
@@ -40,6 +40,7 @@ import org.codehaus.groovy.control.SourceUnit;
|
||||
class ExtendedGroovyClassLoader extends GroovyClassLoader {
|
||||
|
||||
private Map<String, byte[]> classResources = new HashMap<String, byte[]>();
|
||||
|
||||
private CompilerConfiguration configuration;
|
||||
|
||||
public ExtendedGroovyClassLoader(ClassLoader loader, CompilerConfiguration config) {
|
||||
|
||||
Reference in New Issue
Block a user