mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Relocate MergePlugin package
Relocate the MergePlugin from org.springframework.build.gradle.merge to org.springframework.build.gradle.
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.build.gradle.merge
|
||||
package org.springframework.build.gradle
|
||||
|
||||
import org.gradle.api.*
|
||||
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