Revert intellij.instrumentCode.set(false)

This commit is contained in:
Jakub Chrzanowski 2023-02-18 10:14:27 +01:00 committed by Jakub Chrzanowski
parent 6e12719a6b
commit b0aaafbf56

View File

@ -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
}
}