diff options
author | mdway <romangraef@gmail.com> | 2017-09-28 16:06:50 +0200 |
---|---|---|
committer | mdway <romangraef@gmail.com> | 2017-09-28 16:06:50 +0200 |
commit | 2c3529de4d0a2407e84a4718fb2c91601907c268 (patch) | |
tree | e3be120d18eb81e199a255d2f27186743800d3e1 /.idea/compiler.xml | |
download | dsb-api-2c3529de4d0a2407e84a4718fb2c91601907c268.tar.gz dsb-api-2c3529de4d0a2407e84a4718fb2c91601907c268.tar.bz2 dsb-api-2c3529de4d0a2407e84a4718fb2c91601907c268.zip |
Initial commit
Diffstat (limited to '.idea/compiler.xml')
-rw-r--r-- | .idea/compiler.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..f3e8e28 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="CompilerConfiguration"> + <bytecodeTargetLevel> + <module name="dsb-api_main" target="1.8" /> + <module name="dsb-api_test" target="1.8" /> + </bytecodeTargetLevel> + </component> +</project>
\ No newline at end of file |