Update gradle.yml

This commit is contained in:
Sar 2025-07-29 11:04:32 +08:00 committed by GitHub
parent 9c1a2b0939
commit 63449051dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,8 +5,6 @@
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
name: Build OllamaChat Plugin
on:
@ -29,6 +27,12 @@ jobs:
distribution: 'temurin'
cache: 'gradle'
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Debug file permissions
run: ls -la && ls -la gradle/wrapper
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4