mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 10:36:06 +01:00
Correctly disable useless IntelliJ plugin tasks.
This commit is contained in:
parent
2fdef44744
commit
bd6fb4e51c
@ -166,10 +166,3 @@ intellij {
|
||||
instrumentCode = true
|
||||
downloadSources = false
|
||||
}
|
||||
|
||||
// disable everything from intellij plugin except instrumentation
|
||||
patchPluginXml.enabled = false
|
||||
prepareSandbox.enabled = false
|
||||
buildSearchableOptions.enabled = false
|
||||
jarSearchableOptions.enabled = false
|
||||
buildPlugin.enabled = false
|
||||
|
@ -3,3 +3,12 @@
|
||||
*/
|
||||
|
||||
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