FAQs

  • Do I need to install Gradle?

    No. Gradle installation is not required. The SDK will take care of picking up the right versions of Gradle.

  • I already have Gradle. Will that affect working with the SDK?

    No. The SDK will use the appropriate Gradle version.

  • Can I push the extracted SDK along with my adapter subprojects into Version control?

    Yes. All required artifacts that need be version controlled are included and multi-authoring is governed by specific version control systems.

  • Can different sub projects contain different versions of same library?

    Yes, but ensure the file names are different.

  • I have multiple Java SE versions, which one should I use?

    It is recommended to use Java SE 8 or higher version. The SDK will take care of compiling to the required target version.

  • How do I change the java version to be used by the SDK?
    Open gradle.properties file and add the following:
    org.gradle.java.home=/Path/To/Java SE HOME.
    The home directory will be different for different OSes.
  • How do I configure network proxy for Local Edition Local SDK?

    Incase your internet access is governed by a network proxy, you can configure the SDK using proxy.

    For more information, see Configuring Network Proxy for Local Edition SDK.