Add Gradle info logs
Some checks failed
build-and-deploy / build-deploy (push) Has been cancelled

This commit is contained in:
deploy
2026-01-26 18:12:47 +05:30
parent 152bbbc575
commit 812bb4ffb4

View File

@@ -22,7 +22,7 @@ jobs:
- name: Build (skip tests)
env:
GRADLE_OPTS: "-Dorg.gradle.internal.http.connectionTimeout=60000 -Dorg.gradle.internal.http.socketTimeout=60000 -Dorg.gradle.workers.max=6"
run: ./gradlew build -x test
run: ./gradlew build -x test --info --stacktrace
- name: Deploy jar and restart
run: |