Commit 6f7b17a
Set sourceJar.from=allSource for modules/spock (#2281)
Fixes issue #2280
By default, sourceJar.from = allJava (see gradle/publishing.gradle)
But Spock module is in Groovy
=> sourceJar.from should be allGroovy/allSource
Co-authored-by: Richard North <[email protected]>1 parent 573a622 commit 6f7b17a
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments