Add a second, portal-compatible ID to the Gradle plugin

To be compatible with Gradle's plugin portal, plugins must have an
ID that uses a reverse domain name. This means that spring-boot is
not compatible.

This commit introduces a new ID, org.springframework.boot, and
deprecates the old ID.

Closes gh-6997
This commit is contained in:
Andy Wilkinson
2016-10-05 14:54:23 +01:00
parent 7019894f0e
commit ad3e5c04bb
35 changed files with 162 additions and 33 deletions

View File

@@ -0,0 +1 @@
implementation-class=org.springframework.boot.gradle.plugin.SpringBootPlugin

View File

@@ -1 +1 @@
implementation-class=org.springframework.boot.gradle.plugin.SpringBootPlugin
implementation-class=org.springframework.boot.gradle.plugin.DeprecatedSpringBootPlugin