Refactoring: change "// BUNCH: xxx" format
It wasn't obvious how to use this comment properly. Now it should be clear
This commit is contained in:
committed by
Nikita Bobko
parent
b34fe77760
commit
aa5a5c954f
@@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
jvmTarget = "1.6"
|
||||
|
||||
// BUNCH 193: this module is no longer needed since IDEA 2020.1
|
||||
// FIX ME WHEN BUNCH 193 REMOVED: this module is no longer needed since IDEA 2020.1
|
||||
Platform[193].orLower {
|
||||
dependencies {
|
||||
compileOnly(intellijPluginDep("gradle"))
|
||||
|
||||
Reference in New Issue
Block a user