Disable erroneously enabled compilation during the instrumentation

This commit is contained in:
Nkolay Krasko
2022-04-27 22:59:00 +03:00
committed by teamcity
parent dcd17e41a4
commit 0b6b129cc0
+1 -1
View File
@@ -31,7 +31,7 @@ class InstrumentJava(@Transient val javaInstrumentator: Configuration, @Transien
"name" to "instrumentIdeaExtensions",
"classpath" to instrumentatorClasspath,
"loaderref" to "java2.loader",
"classname" to "com.intellij.ant.Javac2"
"classname" to "com.intellij.ant.InstrumentIdeaExtensions"
)
}