Move builtins dependency to the top in compiler-tests
When running tests locally, serialized built-ins located in dist/builtins should have a higher priority than the ones in the bootstrap runtime, on which almost every module depends by default. Also make it a 'runtime' dependency because the binary files there can't really change anything at compile time
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="descriptors" />
|
||||
<orderEntry type="module" module-name="backend" />
|
||||
<orderEntry type="module" module-name="frontend" />
|
||||
<orderEntry type="module" module-name="frontend.java" />
|
||||
|
||||
@@ -7,8 +7,9 @@
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" exported="" scope="RUNTIME" name="builtins" level="project" />
|
||||
<orderEntry type="module" module-name="util.runtime" />
|
||||
<orderEntry type="module" module-name="deserialization" />
|
||||
<orderEntry type="library" exported="" name="builtins" level="project" />
|
||||
<orderEntry type="library" name="javax.inject" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user