Skip to content

Commit 98b7912

Browse files
committed
Remove old intellij dependencies block
This was missed during the cascade merge
1 parent 5771346 commit 98b7912

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

build.gradle.kts

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ plugins {
3434
`mcdev-publishing`
3535
}
3636

37-
val ideaVersionProvider: Provider<String> = providers.gradleProperty("ideaVersion")
3837
val ideaVersionName: String by project
3938
val coreVersion: String by project
4039

@@ -120,25 +119,6 @@ dependencies {
120119
pluginVerifier()
121120
}
122121

123-
intellijPlatform {
124-
intellijIdeaCommunity(ideaVersionProvider, useInstaller = false)
125-
bundledPlugin("com.intellij.java")
126-
bundledPlugin("org.jetbrains.idea.maven")
127-
bundledPlugin("com.intellij.gradle")
128-
bundledPlugin("org.intellij.groovy")
129-
// For some reason the Kotlin plugin can't be resolved...
130-
bundledPlugin("org.jetbrains.kotlin")
131-
bundledPlugin("ByteCodeViewer")
132-
bundledPlugin("org.intellij.intelliLang")
133-
bundledPlugin("com.intellij.properties")
134-
bundledPlugin("org.toml.lang")
135-
136-
testFramework(TestFrameworkType.JUnit5)
137-
testFramework(TestFrameworkType.Plugin.Java)
138-
139-
pluginVerifier()
140-
}
141-
142122
testLibs(libs.test.mockJdk)
143123
testLibs(libs.test.mixin)
144124
testLibs(libs.test.spigotapi)

0 commit comments

Comments
 (0)