mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-21 18:15:26 +01:00
Remove Intellij gradle plugin. :(
This commit is contained in:
parent
d528cbcafd
commit
9258ebd8c7
@ -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
|
||||
}
|
||||
|
@ -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',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user