Add option to restore fallback to compiler built-ins + resurrect Maven build
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user