update readme #2

Merged
numbers merged 15 commits from test-build into main 2026-01-24 13:05:13 -06:00
Showing only changes of commit 7e5e942bfa - Show all commits
+2 -2
View File
@@ -1,4 +1,4 @@
name: Build with cached gradle
name: Build with gradle
run-name: Building for ${{ gitea.actor }}
on: [pull_request]
@@ -15,5 +15,5 @@ jobs:
# cache-dependency-path: | # optional
# sub-project/*.gradle*
# sub-project/**/gradle-wrapper.properties
# - run: ./gradlew build --no-daemon
- run: ./gradlew test --no-daemon
- run: ./gradlew publishAllPublicationsToGiteaRepository -PgradleKey="${{ secrets.GRADLE_KEY }}" --no-daemon