Commit 4452bb18 authored by Andy Wilkinson's avatar Andy Wilkinson

Revert "Upgrade Gradle plugin’s ID so it’s suitable for the Plugin Portal"

This reverts commit b1c0a7cd.

The plugin publishing process has moved to a new plugin-based approach
that brings with it some significant limitations:

 - There's no staging to allow the promotion of good release builds
 - There's no easy way to upload an existing artifact
 - There's no control over the published pom.

The risk brought by these limitations, particularly the first, are
too great so we will no be publishing the Boot plugin to the Portal
until they're resolved.

Changing the plugin's ID was a breaking change that would require
users to do some work when they upgrade to Boot 1.3. The ID of the
plugin was changed purely so that it met the Portal's requirements.
Given that the plugin will not be published to the Portal for the
foreseaable future there's no need for us to inflict a breaking change
on people when there will be no benefit.

See gh-1567
parent 30df9093
......@@ -182,7 +182,7 @@ the `spring-boot` plugin:
classpath("org.springframework.boot:spring-boot-gradle-plugin:{spring-boot-version}")
}
}
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
----
If you are using a milestone or snapshot release you will also need to add appropriate
......
......@@ -235,7 +235,7 @@ endif::release[]
}
apply plugin: 'java'
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
jar {
baseName = 'myproject'
......
......@@ -170,7 +170,7 @@ managed by Spring Boot:
}
apply plugin: 'java'
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
repositories { jcenter() }
dependencies {
......
......@@ -8,7 +8,7 @@ buildscript {
}
apply plugin: 'java'
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
repositories {
mavenLocal()
......
......@@ -9,7 +9,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
jar {
baseName = 'classifier-extension'
......
......@@ -9,7 +9,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
jar {
baseName = 'classifier'
......
......@@ -7,7 +7,7 @@ buildscript {
}
}
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
group = 'flatdir'
version = '0.0.0'
......
......@@ -9,7 +9,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
group = 'installer'
version = '0.0.0'
......
......@@ -9,7 +9,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
group = 'installer'
version = '0.0.0'
......@@ -17,7 +17,7 @@ version = '0.0.0'
install {
repositories.mavenInstaller {
pom.project {
parent {
parent {
groupId 'org.springframework.boot'
artifactId 'spring-boot-starter-parent'
version "${project.bootVersion}"
......
......@@ -9,7 +9,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
group = 'installer'
version = '0.0.0'
......
......@@ -15,7 +15,7 @@ subprojects {
}
}
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
repositories {
mavenLocal()
......
......@@ -8,7 +8,7 @@ buildscript {
}
project(':projectA') {
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
repositories {
mavenLocal()
}
......
......@@ -8,7 +8,7 @@ buildscript {
}
project('main') {
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
apply plugin: 'java'
repositories {
......
......@@ -7,7 +7,7 @@ buildscript {
}
}
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
group = 'nojar'
version = '0.0.0'
......
......@@ -12,7 +12,7 @@ repositories {
mavenCentral()
}
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
apply plugin: 'java'
dependencies {
......
......@@ -10,7 +10,7 @@ buildscript {
}
apply plugin: 'java'
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
repositories {
mavenLocal()
......
......@@ -10,7 +10,7 @@ buildscript {
}
apply plugin: 'java'
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
repositories {
mavenLocal()
......
......@@ -22,7 +22,7 @@ dependencies {
springBootStarter "org.springframework.boot:${project.starter}:${project.bootVersion}"
}
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
task checkCommonsLogging {
doFirst {
......
......@@ -14,10 +14,10 @@ repositories {
mavenCentral()
}
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
apply plugin: 'war'
dependencies {
dependencies {
compile 'org.springframework.boot:spring-boot-starter-freemarker'
providedRuntime "org.springframework.boot:spring-boot-starter-$servletContainer"
}
......
......@@ -18,7 +18,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
jar {
baseName = 'spring-boot-sample-actuator'
......
......@@ -18,7 +18,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
jar {
baseName = 'spring-boot-sample-profile'
......
......@@ -18,7 +18,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
jar {
baseName = 'spring-boot-sample-simple'
......
......@@ -19,7 +19,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'eclipse-wtp'
apply plugin: 'idea'
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
apply plugin: 'war'
mainClassName = "sample.ui.SampleWebStaticApplication"
......
......@@ -21,7 +21,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'org.springframework.boot.spring-boot'
apply plugin: 'spring-boot'
mainClassName = "sample.ui.SampleWebUiApplication"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment