mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
6 lines
182 B
Groovy
6 lines
182 B
Groovy
import groovy.transform.CompileStatic
|
|
|
|
@CompileStatic
|
|
class BuildOptions {
|
|
public static final String USE_COMPI<caret>LED_CLASSES_PROPERTY = "intellij.build.use.compiled.classes"
|
|
} |