mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-17 10:41:57 +08:00
Remove Eclipse workaround
Closes gh-275
This commit is contained in:
parent
0d44dcb4ce
commit
0d167411a8
@ -55,11 +55,4 @@ dependencyManagement {
|
|||||||
mavenBom "${it.groupId}:${it.artifactId}:${it.determineVersionToken()}"<% } %>
|
mavenBom "${it.groupId}:${it.artifactId}:${it.determineVersionToken()}"<% } %>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
eclipse {
|
|
||||||
classpath {
|
|
||||||
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}'
|
|
||||||
}
|
|
||||||
}
|
|
@ -40,11 +40,3 @@ dependencyManagement {
|
|||||||
mavenBom "org.acme:foo-bom:${foo.version}"
|
mavenBom "org.acme:foo-bom:${foo.version}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
eclipse {
|
|
||||||
classpath {
|
|
||||||
containers.remove('org.eclipse.jdt.launching.JRE_CONTAINER')
|
|
||||||
containers 'org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -35,11 +35,3 @@ dependencies {
|
|||||||
compile('org.springframework.boot:spring-boot-starter-web')
|
compile('org.springframework.boot:spring-boot-starter-web')
|
||||||
testCompile('org.springframework.boot:spring-boot-starter-test')
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
eclipse {
|
|
||||||
classpath {
|
|
||||||
containers.remove('org.eclipse.jdt.launching.JRE_CONTAINER')
|
|
||||||
containers 'org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -33,11 +33,3 @@ dependencies {
|
|||||||
compile('org.codehaus.groovy:groovy')
|
compile('org.codehaus.groovy:groovy')
|
||||||
testCompile('org.springframework.boot:spring-boot-starter-test')
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
eclipse {
|
|
||||||
classpath {
|
|
||||||
containers.remove('org.eclipse.jdt.launching.JRE_CONTAINER')
|
|
||||||
containers 'org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -39,11 +39,3 @@ dependencies {
|
|||||||
providedRuntime('org.springframework.boot:spring-boot-starter-tomcat')
|
providedRuntime('org.springframework.boot:spring-boot-starter-tomcat')
|
||||||
testCompile('org.springframework.boot:spring-boot-starter-test')
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
eclipse {
|
|
||||||
classpath {
|
|
||||||
containers.remove('org.eclipse.jdt.launching.JRE_CONTAINER')
|
|
||||||
containers 'org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -32,11 +32,3 @@ dependencies {
|
|||||||
compile('org.springframework.boot:spring-boot-starter')
|
compile('org.springframework.boot:spring-boot-starter')
|
||||||
testCompile('org.springframework.boot:spring-boot-starter-test')
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
eclipse {
|
|
||||||
classpath {
|
|
||||||
containers.remove('org.eclipse.jdt.launching.JRE_CONTAINER')
|
|
||||||
containers 'org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -38,11 +38,3 @@ dependencies {
|
|||||||
providedRuntime('org.springframework.boot:spring-boot-starter-tomcat')
|
providedRuntime('org.springframework.boot:spring-boot-starter-tomcat')
|
||||||
testCompile('org.springframework.boot:spring-boot-starter-test')
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
eclipse {
|
|
||||||
classpath {
|
|
||||||
containers.remove('org.eclipse.jdt.launching.JRE_CONTAINER')
|
|
||||||
containers 'org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -35,11 +35,3 @@ dependencies {
|
|||||||
compile("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
|
compile("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
|
||||||
testCompile('org.springframework.boot:spring-boot-starter-test')
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
eclipse {
|
|
||||||
classpath {
|
|
||||||
containers.remove('org.eclipse.jdt.launching.JRE_CONTAINER')
|
|
||||||
containers 'org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -41,11 +41,3 @@ dependencies {
|
|||||||
providedRuntime('org.springframework.boot:spring-boot-starter-tomcat')
|
providedRuntime('org.springframework.boot:spring-boot-starter-tomcat')
|
||||||
testCompile('org.springframework.boot:spring-boot-starter-test')
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
eclipse {
|
|
||||||
classpath {
|
|
||||||
containers.remove('org.eclipse.jdt.launching.JRE_CONTAINER')
|
|
||||||
containers 'org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user