Skip to content

Commit

Permalink
fix: failed to create Jar file error
Browse files Browse the repository at this point in the history
org.gradle.api.GradleException: Failed to create Jar file /home/runner/.gradle/caches/jars-9/ba996557e7d64c47da7a273bf722472f/jackson-core-2.15.2.jar.

more info: https://github.com/devchat-ai/devchat-intellij/actions/runs/6784895792/job/18442083280

Signed-off-by: Daniel Hu <[email protected]>
  • Loading branch information
daniel-hutao committed Nov 7, 2023
1 parent 68b207f commit 444f868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("java")
id("org.jetbrains.intellij") version "1.16.0"
id("org.jetbrains.intellij") version "1.12.0"
}

group = "ai.devchat"
Expand Down

0 comments on commit 444f868

Please sign in to comment.