Skip to content

Commit

Permalink
chore: setup local bundle for #183
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed May 11, 2024
1 parent 0e83c76 commit 577b08a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build.gradle.kts
Expand Up @@ -271,6 +271,9 @@ project(":plugin") {
implementation(project(":rust"))
implementation(project(":cpp"))
implementation(project(":scala"))

implementation(project(":local-bundle"))

implementation(project(":exts:ext-database"))
implementation(project(":exts:ext-android"))
implementation(project(":exts:ext-harmonyos"))
Expand Down Expand Up @@ -608,6 +611,16 @@ project(":exts:ext-git") {
}
}

project(":local-bundle") {
intellij {
version.set(ideaVersion)
}

dependencies {
implementation(project(":"))
}
}

project(":exts:ext-terminal") {
intellij {
version.set(ideaVersion)
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle.kts
Expand Up @@ -19,6 +19,8 @@ include(
)

include(
"local-bundle",

"exts:ext-database",
// since JetBrains also call `android.jar`, so we rename it to `ext-android`
"exts:ext-android",
Expand Down

0 comments on commit 577b08a

Please sign in to comment.