try to make gradle happy
This commit is contained in:
6
.github/workflows/build-commit.yml
vendored
6
.github/workflows/build-commit.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'zulu'
|
||||||
java-version: 21
|
java-version: 21
|
||||||
- name: Initialize caches
|
- name: Initialize caches
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
@@ -32,11 +32,11 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-build-commit-
|
${{ runner.os }}-build-commit-
|
||||||
- name: Gradle deez
|
- name: Gradle deez
|
||||||
uses: gradle/gradle-build-action@v3
|
uses: gradle/actions/setup-gradle@v3
|
||||||
- name: Build artifacts
|
- name: Build artifacts
|
||||||
run: ./gradlew clean build
|
run: ./gradlew clean build
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: nitori-artifacts-${{ steps.ref.outputs.branch }}
|
name: nitori-artifacts-${{ steps.ref.outputs.branch }}
|
||||||
path: build/libs/*.jar
|
path: build/libs/*.jar
|
||||||
|
|||||||
Reference in New Issue
Block a user