Automatically generate basic CraftTweaker documentation on build
This commit is contained in:
parent
a6df9441ec
commit
e711bbbedd
4 changed files with 105 additions and 3 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -8,7 +8,7 @@ node {
|
|||
sh "rm -rf build/libs/"
|
||||
sh "rm -rf .gradle/asmInjector/"
|
||||
sh "chmod +x gradlew"
|
||||
sh "./gradlew build uploadArchive curseTools --refresh-dependencies --stacktrace"
|
||||
sh "./gradlew build mtDocGen uploadArchive curseTools --refresh-dependencies --stacktrace"
|
||||
|
||||
stage "Archive artifacts"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue