Attempting to fix gradle issues

This commit is contained in:
2026-04-08 15:07:57 -04:00
parent 37d8511edd
commit 1e042a486f
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -5,6 +5,8 @@ jobs:
build-and-release:
name: Build and Release
runs-on: ubuntu-latest
env:
JAVA_TOOL_OPTIONS: -Djavax.net.ssl.trustStoreType=JKS -Djavax.net.ssl.trustStore=/etc/ssl/certs/java/cacerts -Djavax.net.ssl.trustStorePassword=changeit
steps:
- uses: actions/checkout@v5
- name: Make gradlew executable