Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-8081

Gradle needlessly requires Java 1.7

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • None
    • cordova-android
    • None

    Description

      We set:

              sourceCompatibility JavaVersion.VERSION_1_7
              targetCompatibility JavaVersion.VERSION_1_7
      

      But we should set:

              sourceCompatibility JavaVersion.VERSION_1_6
              targetCompatibility JavaVersion.VERSION_1_6
      

      So that it will work for 6 or 7.

      Attachments

        Activity

          People

            agrieve Andrew Grieve
            agrieve Andrew Grieve
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: