Fix actions runner label and JDK
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest:host
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -17,14 +17,14 @@ jobs:
|
|||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
java-version: "19"
|
java-version: "17"
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew -q assemble
|
run: ./gradlew build -x test --no-daemon
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest:host
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Trigger deploy webhook
|
- name: Trigger deploy webhook
|
||||||
|
|||||||
Reference in New Issue
Block a user