Commit 8b987e29 authored by Andy Wilkinson's avatar Andy Wilkinson Committed by Phillip Webb

Fix spring-boot-gradle-plugin package tangle

Relocate `SpringBootPlugin` to fix a package tangle.

Fixes gh-6355
parent 3e629330
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.gradle;
package org.springframework.boot.gradle.plugin;
import org.gradle.api.Action;
import org.gradle.api.Plugin;
......@@ -23,6 +23,7 @@ import org.gradle.api.Task;
import org.gradle.api.plugins.JavaPlugin;
import org.gradle.api.tasks.compile.JavaCompile;
import org.springframework.boot.gradle.SpringBootPluginExtension;
import org.springframework.boot.gradle.agent.AgentPluginFeatures;
import org.springframework.boot.gradle.dependencymanagement.DependencyManagementPluginFeatures;
import org.springframework.boot.gradle.repackage.RepackagePluginFeatures;
......
implementation-class=org.springframework.boot.gradle.SpringBootPlugin
implementation-class=org.springframework.boot.gradle.plugin.SpringBootPlugin
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