Merge remote-tracking branch 'upstream/master' into cache

This commit is contained in:
Owain van Brakel
2019-11-07 14:43:44 +01:00
183 changed files with 4290 additions and 9308 deletions

View File

@@ -73,4 +73,13 @@ jobs:
- name: Assembling
run: ./gradlew assemble --console=plain
- name: Checking code conventions
run: ./gradlew checkstyleMain --console=plain
run: ./gradlew checkstyleMain --console=plain
update_draft_release:
name: Draft release
runs-on: ubuntu-latest
steps:
- uses: toolmantim/release-drafter@v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}