mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-05 17:38:06 +08:00
correcting typo
Double ' removed.
This commit is contained in:
parent
3b460d4ab3
commit
f75833c488
@ -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}'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user