Relocate MergePlugin package
Relocate the MergePlugin from org.springframework.build.gradle.merge to org.springframework.build.gradle.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.springframework.build.gradle.merge
|
package org.springframework.build.gradle
|
||||||
|
|
||||||
import org.gradle.api.*
|
import org.gradle.api.*
|
||||||
import org.gradle.api.artifacts.Configuration
|
import org.gradle.api.artifacts.Configuration
|
||||||
@@ -1 +1 @@
|
|||||||
implementation-class=org.springframework.build.gradle.merge.MergePlugin
|
implementation-class=org.springframework.build.gradle.MergePlugin
|
||||||
|
|||||||
Reference in New Issue
Block a user