Revert `intellij.instrumentCode.set(false)`

pull/361/head
Jakub Chrzanowski 1 year ago committed by Jakub Chrzanowski
parent 6e12719a6b
commit b0aaafbf56

@ -40,8 +40,6 @@ intellij {
// Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file.
plugins.set(properties("platformPlugins").map { it.split(',').map(String::trim).filter(String::isNotEmpty) })
instrumentCode.set(false)
}
// Configure Gradle Changelog Plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
@ -122,8 +120,4 @@ tasks {
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
channels.set(properties("pluginVersion").map { listOf(it.split('-').getOrElse(1) { "default" }.split('.').first()) })
}
buildSearchableOptions {
enabled = false
}
}

Loading…
Cancel
Save