diff options
author | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-07-14 15:43:06 +0400 |
---|---|---|
committer | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-07-14 15:43:06 +0400 |
commit | 71aacc5719cf59d2284592018177fbf8d71d12e4 (patch) | |
tree | 1197ac856da73749c7096614bd2a0de486e1fd04 /.idea/misc.xml | |
parent | a0bfdbd8cc365cb11c26e81ee7587f0ec25df79d (diff) | |
download | dokka-71aacc5719cf59d2284592018177fbf8d71d12e4.tar.gz dokka-71aacc5719cf59d2284592018177fbf8d71d12e4.tar.bz2 dokka-71aacc5719cf59d2284592018177fbf8d71d12e4.zip |
Downgrade to JVM 1.6 because some URI functions are not available in 1.6
Diffstat (limited to '.idea/misc.xml')
-rw-r--r-- | .idea/misc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml index 0cae957f..97320410 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,7 +3,7 @@ <component name="EntryPointsManager"> <entry_points version="2.0" /> </component> - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="1.7" project-jdk-type="JavaSDK"> + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="1.6" project-jdk-type="JavaSDK"> <output url="file://$PROJECT_DIR$/out" /> </component> </project> |