Relocate MergePlugin package
Relocate the MergePlugin from org.springframework.build.gradle.merge to org.springframework.build.gradle.
This commit is contained in:
parent
290aa5d647
commit
db2b00a2a5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue