You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm putting together an Android and iOS SDK and have the recommended project structure with three modules: Android, iOS and SharedCode. The build.gradle file in my SharedCode module contains the j2objcConfig { ... } block.
I'm in the process of setting up Continuous Integration builds of my Android and iOS SDKs. I will have separate builds for the Android and iOS modules. Moreover, the machine on which the Android builds are run does not contain the J2ObjC library. Therefore I'd like to exclude all tasks of the J2ObjC Gradle plugin when doing an Android build.
What task or tasks do I need to exclude when executing a build of the Android module? I thought this might do it...
I'm putting together an Android and iOS SDK and have the recommended project structure with three modules:
Android
,iOS
andSharedCode
. Thebuild.gradle
file in mySharedCode
module contains thej2objcConfig { ... }
block.I'm in the process of setting up Continuous Integration builds of my Android and iOS SDKs. I will have separate builds for the Android and iOS modules. Moreover, the machine on which the Android builds are run does not contain the
J2ObjC
library. Therefore I'd like to exclude all tasks of the J2ObjC Gradle plugin when doing an Android build.What task or tasks do I need to exclude when executing a build of the
Android
module? I thought this might do it...... but I still get a
J2ObjC Tool Configuration Failure
error complaining that:J2ObjC Home directory not found
.The text was updated successfully, but these errors were encountered: