forked from corda/samples-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompiler.xml
More file actions
30 lines (30 loc) · 1.56 KB
/
Copy pathcompiler.xml
File metadata and controls
30 lines (30 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel>
<module name="clients_main" target="1.8" />
<module name="clients_test" target="1.8" />
<module name="com.example.clients.main" target="1.8" />
<module name="com.example.clients.test" target="1.8" />
<module name="com.example.contracts-java.main" target="1.8" />
<module name="com.example.contracts-java.test" target="1.8" />
<module name="com.example.contracts-kotlin.main" target="1.8" />
<module name="com.example.contracts-kotlin.test" target="1.8" />
<module name="com.example.workflows-java.integrationTest" target="1.8" />
<module name="com.example.workflows-java.main" target="1.8" />
<module name="com.example.workflows-java.test" target="1.8" />
<module name="com.example.workflows-kotlin.integrationTest" target="1.8" />
<module name="com.example.workflows-kotlin.main" target="1.8" />
<module name="com.example.workflows-kotlin.test" target="1.8" />
<module name="java-source_integrationTest" target="1.8" />
<module name="java-source_main" target="1.8" />
<module name="java-source_test" target="1.8" />
<module name="kotlin-source_integrationTest" target="1.8" />
<module name="kotlin-source_main" target="1.8" />
<module name="kotlin-source_test" target="1.8" />
</bytecodeTargetLevel>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_STRING" value="-parameters" />
</component>
</project>