Add option to restore fallback to compiler built-ins + resurrect Maven build

This commit is contained in:
Alexander Udalov
2016-10-26 18:53:21 +03:00
parent a3566174d6
commit c49c019250
6 changed files with 17 additions and 1 deletions
@@ -34,10 +34,15 @@
<goals>
<goal>compile</goal>
</goals>
<configuration>
<args combine.children="append">
<arg>-Xadd-compiler-builtins</arg>
</args>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
</project>
@@ -1,3 +1,7 @@
/**
* NOTE: if this script returns false, the build log with more information can be found at tools/kotlin-maven-plugin/target/it/simple/build.log
*/
import java.util.regex.Pattern
class State {
+2
View File
@@ -107,6 +107,8 @@
<args combine.children="append">
<arg>-Xdump-declarations-to</arg>
<arg>${basedir}/target/runtime-declarations.json</arg>
<arg>-cp</arg>
<arg>${basedir}/../../../dist/builtins</arg>
</args>
</configuration>
</execution>