Merge pull request #3268 from refinedmods/develop

v1.10.2 (2)
This commit is contained in:
Raoul
2022-03-26 12:44:39 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ The build pipeline triggers when a commit is pushed to a branch or pull request.
The release pipeline triggers when a tag is pushed. This will run all the steps that our build pipeline does.
After that succeeds, it will publish to GitHub packages.
After that succeeds, it will publish to GitHub packages and CreeperHost Maven repository.
The "Unreleased" section in `CHANGELOG.md` is parsed and a GitHub release is created with the changelog body and
relevant artifacts.

View File

@@ -172,3 +172,7 @@ publishing {
}
}
}
javadoc {
failOnError = false
}