Add lin action and minor change to trigger it
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: Build with cached gradle
|
||||
run-name: Building for ${{ gitea.actor }}
|
||||
on: [push]
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
Build-with-gradle:
|
||||
@@ -9,7 +9,7 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-java@v5
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
distribution: 'zulu'
|
||||
java-version: '22'
|
||||
cache: 'gradle'
|
||||
# cache-dependency-path: | # optional
|
||||
|
||||
Reference in New Issue
Block a user