diff options
author | mdway <romangraef@gmail.com> | 2017-06-05 19:17:57 +0200 |
---|---|---|
committer | mdway <romangraef@gmail.com> | 2017-06-05 19:17:57 +0200 |
commit | 816d802b133cbc3f9eeb7d9cd2f12dcadf95ed06 (patch) | |
tree | 91acc08e65bcd9b9e1c4e08adaaae59405c11441 /.idea/compiler.xml | |
download | Selfbot-816d802b133cbc3f9eeb7d9cd2f12dcadf95ed06.tar.gz Selfbot-816d802b133cbc3f9eeb7d9cd2f12dcadf95ed06.tar.bz2 Selfbot-816d802b133cbc3f9eeb7d9cd2f12dcadf95ed06.zip |
Initial commit
Diffstat (limited to '.idea/compiler.xml')
-rw-r--r-- | .idea/compiler.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..8e66cc3 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="CompilerConfiguration"> + <annotationProcessing> + <profile name="Maven default annotation processors profile" enabled="true"> + <sourceOutputDir name="target/generated-sources/annotations" /> + <sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> + <outputRelativeToContentRoot value="true" /> + <module name="Selfbot" /> + </profile> + </annotationProcessing> + <bytecodeTargetLevel> + <module name="Selfbot" target="1.8" /> + </bytecodeTargetLevel> + </component> +</project>
\ No newline at end of file |