mirror of
https://github.com/mcraftbbs/Ollama-Chat.git
synced 2025-11-18 06:44:22 +01:00
Update gradle.yml
This commit is contained in:
parent
9c1a2b0939
commit
63449051dc
8
.github/workflows/gradle.yml
vendored
8
.github/workflows/gradle.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user