From 9ff84c211170f174a633bf24eeb69d4b0463f27c Mon Sep 17 00:00:00 2001 From: deploy Date: Mon, 26 Jan 2026 17:45:33 +0530 Subject: [PATCH] Use JDK 19 and simplify CI --- .gitea/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index fafdc0f..c844ee9 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -3,11 +3,9 @@ name: build-and-deploy on: push: branches: [ "master" ] - pull_request: - branches: [ "master" ] jobs: - build: + build-deploy: runs-on: ubuntu-latest timeout-minutes: 30 steps: @@ -21,8 +19,6 @@ jobs: java-version: "19" cache: gradle - - name: Build - run: ./gradlew build -x test --no-daemon --info --stacktrace - name: Build (skip tests) env: GRADLE_OPTS: "-Dorg.gradle.internal.http.connectionTimeout=60000 -Dorg.gradle.internal.http.socketTimeout=60000"