File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ plugins {
3434 `mcdev- publishing`
3535}
3636
37- val ideaVersionProvider: Provider <String > = providers.gradleProperty(" ideaVersion" )
3837val ideaVersionName: String by project
3938val 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)
You can’t perform that action at this time.
0 commit comments