Commit 07b7553
committed
Fix MergePlugin
The submitted pull requests for SPR-10572 did not build.
This commit fixes the MergePlugin to create from configurations rather
than the project. It also removes unnecessarily added code that was
commented out.
Issue: SPR-105721 parent bf205bf commit 07b7553Copy full SHA for 07b7553
File tree
Expand file treeCollapse file tree
1 file changed
+1
-8
lines changedOpen diff view settings
Filter options
- buildSrc/src/main/groovy/org/springframework/build/gradle
Expand file treeCollapse file tree
1 file changed
+1
-8
lines changedOpen diff view settings
Collapse file
buildSrc/src/main/groovy/org/springframework/build/gradle/MergePlugin.groovy
Copy file name to clipboardExpand all lines: buildSrc/src/main/groovy/org/springframework/build/gradle/MergePlugin.groovy+1-8Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
121 | 121 | |
122 | 122 | |
123 | 123 | |
124 | | - |
| 124 | + |
125 | 125 | |
126 | 126 | |
127 | 127 | |
| ||
153 | 153 | |
154 | 154 | |
155 | 155 | |
156 | | - |
157 | | - |
158 | | - |
159 | | - |
160 | | - |
161 | | - |
162 | | - |
163 | 156 | |
164 | 157 | |
165 | 158 | |
|
0 commit comments