Skip to content

Commit

Permalink
Remove old intellij dependencies block
Browse files Browse the repository at this point in the history
This was missed during the cascade merge
  • Loading branch information
RedNesto committed Sep 13, 2024
1 parent 5771346 commit 98b7912
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ plugins {
`mcdev-publishing`
}

val ideaVersionProvider: Provider<String> = providers.gradleProperty("ideaVersion")
val ideaVersionName: String by project
val coreVersion: String by project

Expand Down Expand Up @@ -120,25 +119,6 @@ dependencies {
pluginVerifier()
}

intellijPlatform {
intellijIdeaCommunity(ideaVersionProvider, useInstaller = false)
bundledPlugin("com.intellij.java")
bundledPlugin("org.jetbrains.idea.maven")
bundledPlugin("com.intellij.gradle")
bundledPlugin("org.intellij.groovy")
// For some reason the Kotlin plugin can't be resolved...
bundledPlugin("org.jetbrains.kotlin")
bundledPlugin("ByteCodeViewer")
bundledPlugin("org.intellij.intelliLang")
bundledPlugin("com.intellij.properties")
bundledPlugin("org.toml.lang")

testFramework(TestFrameworkType.JUnit5)
testFramework(TestFrameworkType.Plugin.Java)

pluginVerifier()
}

testLibs(libs.test.mockJdk)
testLibs(libs.test.mixin)
testLibs(libs.test.spigotapi)
Expand Down

0 comments on commit 98b7912

Please sign in to comment.