This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
||||
branches: [ master ]
|
||||
env:
|
||||
JAVA_VERSION: '21'
|
||||
GRADLE_VERSION: '8.14.5'
|
||||
GRADLE_VERSION: '9.7.1'
|
||||
jobs:
|
||||
build:
|
||||
name: Compile, test and publish
|
||||
@@ -12,6 +12,8 @@ jobs:
|
||||
timeout-minutes: 30
|
||||
container:
|
||||
image: gitea.woggioni.net/woggioni/gitea-runner/debian:latest
|
||||
volumes:
|
||||
- gitea-runner:/var/lib/gitea-runner
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6
|
||||
@@ -31,7 +33,7 @@ jobs:
|
||||
cache-read-only: false
|
||||
|
||||
- name: Run Gradle build
|
||||
run: ./gradlew build --no-daemon
|
||||
run: ./gradlew build
|
||||
|
||||
- name: Publish to Gitea
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user