Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

joda target and java source/target #27

Open
mastef opened this issue Jul 29, 2016 · 0 comments
Open

joda target and java source/target #27

mastef opened this issue Jul 29, 2016 · 0 comments

Comments

@mastef
Copy link

mastef commented Jul 29, 2016

With a fresh hypsystem install always running into issues since it defaults to java 1.5, and NetworkInfos.java throws an error that multi-catch statements are not supported with -source 1.5

( Similar discussion at http://community.openfl.org/t/how-set-java-source/1887 )

Also joda-time is hardcoded to target=android-19

Would be great to add to both
https://github.com/hyperfiction/HypSystem/blob/master/dependencies/joda-time/project.properties
and
https://github.com/hyperfiction/HypSystem/blob/master/dependencies/hyp-system/project.properties

java.source=7
java.target=7

And to fix in

target=android-19
to
target=android-::ANDROID_TARGET_SDK_VERSION::

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant