Skip to content

Commit

Permalink
Fix: Task 'getChangelog' not found in root project 'devchat' error
Browse files Browse the repository at this point in the history
ci error: FAILURE: Build failed with an exception.

* What went wrong:

Task 'getChangelog' not found in root project 'devchat'.

more info: https://github.com/devchat-ai/devchat-intellij/actions/runs/6785266661/job/18443182475

Signed-off-by: Daniel Hu <[email protected]>
  • Loading branch information
daniel-hutao committed Nov 7, 2023
1 parent 444f868 commit 4879bd3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# DevChat Changelog

## [Unreleased]
## Unreleased

### Added

- EAP version of the DevChat
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id("java")
id("org.jetbrains.intellij") version "1.12.0"
id("org.jetbrains.changelog") version "2.2.0"
}

group = "ai.devchat"
Expand All @@ -14,6 +15,11 @@ dependencies {
implementation("com.alibaba:fastjson:2.0.42")
}

// Configure Gradle Changelog Plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
changelog {
groups.empty()
}

// Configure Gradle IntelliJ Plugin
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
Expand Down

0 comments on commit 4879bd3

Please sign in to comment.