Remove hard-coded reference to Eclipse plugin

Closes gh-795
This commit is contained in:
Stephane Nicoll 2019-01-09 15:36:00 +01:00
parent 29a8e9b32c
commit e34720a35a
18 changed files with 0 additions and 23 deletions

View File

@ -30,12 +30,6 @@ apply plugin: 'kotlin-spring'
apply plugin: 'kotlin-jpa'
{{/facets.jpa}}
{{/kotlin}}
{{#war}}
apply plugin: 'eclipse-wtp'
{{/war}}
{{^war}}
apply plugin: 'eclipse'
{{/war}}
apply plugin: 'org.springframework.boot'
{{#bootTwoZeroAvailable}}
apply plugin: 'io.spring.dependency-management'

View File

@ -11,7 +11,6 @@ buildscript {
}
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

View File

@ -11,7 +11,6 @@ buildscript {
}
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

View File

@ -11,7 +11,6 @@ buildscript {
}
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

View File

@ -11,7 +11,6 @@ buildscript {
}
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

View File

@ -15,7 +15,6 @@ buildscript {
apply plugin: 'kotlin'
apply plugin: 'kotlin-spring'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

View File

@ -11,7 +11,6 @@ buildscript {
}
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

View File

@ -13,7 +13,6 @@ buildscript {
}
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

View File

@ -11,7 +11,6 @@ buildscript {
}
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

View File

@ -11,7 +11,6 @@ buildscript {
}
apply plugin: 'groovy'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
group = 'com.example'

View File

@ -11,7 +11,6 @@ buildscript {
}
apply plugin: 'groovy'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

View File

@ -11,7 +11,6 @@ buildscript {
}
apply plugin: 'groovy'
apply plugin: 'eclipse-wtp'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
apply plugin: 'war'

View File

@ -11,7 +11,6 @@ buildscript {
}
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
group = 'com.example'

View File

@ -11,7 +11,6 @@ buildscript {
}
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

View File

@ -11,7 +11,6 @@ buildscript {
}
apply plugin: 'java'
apply plugin: 'eclipse-wtp'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
apply plugin: 'war'

View File

@ -15,7 +15,6 @@ buildscript {
apply plugin: 'kotlin'
apply plugin: 'kotlin-spring'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
group = 'com.example'

View File

@ -15,7 +15,6 @@ buildscript {
apply plugin: 'kotlin'
apply plugin: 'kotlin-spring'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

View File

@ -15,7 +15,6 @@ buildscript {
apply plugin: 'kotlin'
apply plugin: 'kotlin-spring'
apply plugin: 'eclipse-wtp'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
apply plugin: 'war'