Update .gitea/workflows/ci.yml
This commit is contained in:
parent
b69640a1bd
commit
77549bbdfd
1 changed files with 0 additions and 7 deletions
|
@ -37,13 +37,6 @@ jobs:
|
|||
steps:
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v3
|
||||
- name: Set Java Home
|
||||
run: echo "JAVA_HOME=$HOME/.java" >> $GITHUB_ENV
|
||||
- name: Setup Java 23
|
||||
uses: https://github.com/actions/setup-java@v3
|
||||
with:
|
||||
distribution: "temurin"
|
||||
java-version: "23"
|
||||
- name: "Cache Gradle dependencies"
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue