Skip to content

Commit

Permalink
Add idea-ext plugin for blossom integration
Browse files Browse the repository at this point in the history
  • Loading branch information
LXGaming committed Nov 5, 2024
1 parent 366e750 commit 415316f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ plugins {
id("signing")
id("com.gradleup.shadow") version "8.3.4" apply false
id("net.kyori.blossom") version "2.1.0" apply false
id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.9" apply false
}

subprojects {
apply(plugin = "com.gradleup.shadow")
apply(plugin = "java-library")
apply(plugin = "maven-publish")
apply(plugin = "org.jetbrains.gradle.plugin.idea-ext")
apply(plugin = "signing")

val annotationsVersion: String by project
Expand Down

0 comments on commit 415316f

Please sign in to comment.