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

gradlew tasks fails #575

Open himamis opened 8 years ago

himamis commented 8 years ago

Calling ./gradlew tasks fails on a multi project setup with the error

> Could not determine the dependencies of task ':extended:j2objcTestRelease'.

I could reproduce this with my own multi project, but also with the projects from systemTests: mutliProject1 and externalLibrary1. This does not occur with the project simple1. This happens using gradle version 2.4 and also 2.9.

brunobowden commented 8 years ago

@advayDev1 - can we get your insight on this?

advayDev1 commented 8 years ago

i have seen this intermittently as well but not recently; it has never stopped an actual build, and thus has always been low priority. is a ./gradlew build also failing or just the tasks diagnostics task?

himamis commented 8 years ago

It's just the tasks task that fails, it doesn't stop the build, so this has a low priority for me.