actually compile should be on by default
(it is safer)
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ import java.util.jar.JarOutputStream;
|
|||||||
*/
|
*/
|
||||||
abstract class ForTestCompileSomething {
|
abstract class ForTestCompileSomething {
|
||||||
|
|
||||||
public static final boolean ACTUALLY_COMPILE = "true".equals(System.getenv("kotlin.tests.actually.compile"));
|
public static final boolean ACTUALLY_COMPILE = !"false".equals(System.getenv("kotlin.tests.actually.compile"));
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
private final String jarName;
|
private final String jarName;
|
||||||
|
|||||||
Reference in New Issue
Block a user