Apply ArtifactoryPlugin to SpringRootProjectPlugin

Closes gh-1177
This commit is contained in:
Joe Grandja
2023-04-19 14:25:33 -04:00
parent 7aee468d8b
commit 616033606b

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,6 +20,7 @@ import org.gradle.api.Plugin;
import org.gradle.api.Project;
import org.gradle.api.plugins.BasePlugin;
import org.gradle.api.plugins.PluginManager;
import org.jfrog.gradle.plugin.artifactory.ArtifactoryPlugin;
import org.springframework.gradle.classpath.SpringCheckProhibitedDependenciesLifecyclePlugin;
import org.springframework.gradle.maven.SpringNexusPlugin;
@@ -38,6 +39,7 @@ public class SpringRootProjectPlugin implements Plugin<Project> {
pluginManager.apply(SpringNoHttpPlugin.class);
pluginManager.apply(SpringNexusPlugin.class);
pluginManager.apply(SpringCheckProhibitedDependenciesLifecyclePlugin.class);
pluginManager.apply(ArtifactoryPlugin.class);
pluginManager.apply(SpringSonarQubePlugin.class);
// Apply default repositories