Backport release automation and github actions

Closes gh-11480
This commit is contained in:
Steve Riesenberg
2022-07-11 17:10:19 -05:00
committed by Steve Riesenberg
parent d3b8bacc3c
commit de45964f55
39 changed files with 3296 additions and 591 deletions

View File

@@ -17,12 +17,13 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: '11'
- name: Cache Gradle packages
- name: Setup Gradle
if: env.RUN_JOBS == 'true'
uses: actions/cache@v2
uses: gradle/gradle-build-action@v2
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
cache-read-only: true
env:
GRADLE_USER_HOME: ~/.gradle
- name: Build with Gradle
if: env.RUN_JOBS == 'true'
run: ./gradlew clean build --continue --scan