mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-26 05:32:58 +08:00
correcting typo
Double ' removed.
This commit is contained in:
@@ -48,7 +48,7 @@ dependencies {<% styles.each { %>
|
||||
|
||||
eclipse {
|
||||
classpath {
|
||||
containers.remove(''org.eclipse.jdt.launching.JRE_CONTAINER')
|
||||
containers.remove('org.eclipse.jdt.launching.JRE_CONTAINER')
|
||||
containers 'org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-${javaVersion}'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user