Remove Intellij gradle plugin. :(

This commit is contained in:
Jeremy Wood 2023-02-19 21:57:13 -05:00
parent d528cbcafd
commit 9258ebd8c7
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B
2 changed files with 0 additions and 16 deletions

View File

@ -5,7 +5,6 @@ plugins {
id 'maven-publish'
id 'checkstyle'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'org.jetbrains.intellij' version '1.1'
}
version = System.getenv('GITHUB_VERSION')?.substring(1) ?: 'local'
@ -168,9 +167,3 @@ shadowJar {
build.dependsOn shadowJar
jar.enabled = false
intellij {
instrumentCode = true
downloadSources = false
}

View File

@ -3,12 +3,3 @@
*/
rootProject.name = 'Multiverse-Core'
// Disable the tasks we don't from the IntelliJ plugin
startParameter.excludedTaskNames = [
'patchPluginXml',
'prepareSandbox',
'buildSearchableOptions',
'jarSearchableOptions',
'buildPlugin',
]