diff options
author | 2023-09-22 09:44:15 -0400 | |
---|---|---|
committer | 2023-09-22 09:44:15 -0400 | |
commit | 59f56720a88b9a8f638e4f0e6f1560cc575887df (patch) | |
tree | 2da0c99a76d9d40f58f27fba32574eef68bc7cb5 /.idea/compiler.xml | |
parent | 318c653ef9f761a27abbc952ee77a82176d224be (diff) |
added changes fixed doc gen
Signed-off-by: James Simon <jamsimox@amazon.com>
Change-Id: Ic9bdf8dbe7b0f0b3379675602d8c0ddd4eb1a4db
Diffstat (limited to '.idea/compiler.xml')
-rw-r--r-- | .idea/compiler.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..fb7f4a8 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="CompilerConfiguration"> + <bytecodeTargetLevel target="11" /> + </component> +</project>
\ No newline at end of file |