Skip to content

Commit 2012ac1

Browse files
Merge pull request #9 from anotherchrisberry/include-sources
include sources in published artifact
2 parents 8dc9e76 + 3ae8a03 commit 2012ac1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ publishing {
3535
groupId "com.anotherchrisberry"
3636
artifactId "spock-retry"
3737
version "0.4"
38+
artifact sourceJar {
39+
classifier "sources"
40+
}
3841
}
3942
}
4043
}

0 commit comments

Comments
 (0)