Skip to content

Commit

Permalink
kobweb-model is no longer a pluginModule
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Oct 8, 2024
1 parent cd17ada commit ccccdd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ repositories {
}

dependencies {
// `kobweb-model` is bundled as an external jar (intentionally not an `intellijPlatform.pluginModule`, which would
// get merged into the final jar instead). Its purpose is to get injected into a running Gradle process.
implementation(project(":kobweb-model"))
testImplementation(libs.truthish)

intellijPlatform {
pluginModule(implementation(project(":kobweb-model")))
// Interesting statistics: https://plugins.jetbrains.com/docs/marketplace/product-versions-in-use-statistics.html
// We target 2024.2.1 as it is the earliest version supporting K2 mode / the Analysis API
intellijIdeaCommunity("2024.2.1")
Expand Down

0 comments on commit ccccdd7

Please sign in to comment.