Skip to content

Commit

Permalink
Relocate MergePlugin package
Browse files Browse the repository at this point in the history
Relocate the MergePlugin from org.springframework.build.gradle.merge
to org.springframework.build.gradle.
  • Loading branch information
philwebb committed Jan 2, 2013
1 parent 290aa5d commit db2b00a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
implementation-class=org.springframework.build.gradle.merge.MergePlugin
implementation-class=org.springframework.build.gradle.MergePlugin

0 comments on commit db2b00a

Please sign in to comment.