1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-22 17:37:38 +00:00

Use git shortlog for gathering contributors

This commit is contained in:
Jonathan Coates
2022-12-13 20:31:59 +00:00
parent 06163e4f25
commit 0787e17ebe
4 changed files with 32 additions and 39 deletions

View File

@@ -22,6 +22,6 @@ dependencies {
}
tasks.javadoc {
// Depend on
classpath += docApi
// Depend on the common API when publishing javadoc
classpath += docApi.get()
}