diff options
author | Sergey Mashkov <sergey.mashkov@jetbrains.com> | 2015-07-13 19:47:09 +0300 |
---|---|---|
committer | Sergey Mashkov <sergey.mashkov@jetbrains.com> | 2015-07-13 19:47:09 +0300 |
commit | 0352d46db95ba375daa523bd5ec6e2f6b27f81f8 (patch) | |
tree | 19a27e45be309dfc3425088ce8db93811177b38f /.idea/ant.xml | |
parent | 788a957072fba51b353f64bac392adb64c09085c (diff) | |
download | dokka-0352d46db95ba375daa523bd5ec6e2f6b27f81f8.tar.gz dokka-0352d46db95ba375daa523bd5ec6e2f6b27f81f8.tar.bz2 dokka-0352d46db95ba375daa523bd5ec6e2f6b27f81f8.zip |
Don't require JDK 1.8
Diffstat (limited to '.idea/ant.xml')
-rwxr-xr-x[-rw-r--r--] | .idea/ant.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.idea/ant.xml b/.idea/ant.xml index 764d23e5..13b52a5a 100644..100755 --- a/.idea/ant.xml +++ b/.idea/ant.xml @@ -2,16 +2,14 @@ <project version="4"> <component name="AntConfiguration"> <buildFile url="file://$PROJECT_DIR$/build-docs.xml"> - <customJdkName value="1.8" /> <properties> <property name="kotlin.compiler" value="$PROJECT_DIR$/../kotlin/dist/kotlinc" /> </properties> </buildFile> <buildFile url="file://$PROJECT_DIR$/build.xml"> - <customJdkName value="1.8" /> <properties> <property name="kotlin.compiler" value="$PROJECT_DIR$/../kotlin/dist/kotlinc" /> </properties> </buildFile> </component> -</project>
\ No newline at end of file +</project> |