j2objc-contrib / j2objc-gradle

This plugin is no longer actively maintained. J2ObjC Gradle Plugin: enables Java source to be part of an iOS application's build so you can write an app's non-UI code (such as application logic and data models) in Java, which is then shared by Android apps (natively Java) and iOS apps (using J2ObjC), all as part of your usual Android Gradle build.
https://github.com/j2objc-contrib/j2objc-gradle
Apache License 2.0
139 stars 43 forks source link

Work with bleeding edge j2objc #609

Closed Buggaboo closed 7 years ago

Buggaboo commented 8 years ago

This is a minor change with some comments to make the plugin find the renamed guava package, so users will have the option to use the bleeding edge j2objc, with this plugin, given they disable the version check.

I also disabled some tests.

This pull request also contains pull request issue #603.

brunobowden commented 8 years ago

Please see this notice about the future of the J2ObjC Gradle Plugin: https://groups.google.com/forum/#!topic/j2objc-discuss/jQ_eyW9nxmQ

brunobowden commented 7 years ago

Closing pull request as the plugin is no longer being actively maintained. You're welcome to fork the project.