Andrew Grieve created CB-8081:
---------------------------------

             Summary: Gradle needlessly requires Java 1.7
                 Key: CB-8081
                 URL: https://issues.apache.org/jira/browse/CB-8081
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
            Reporter: Andrew Grieve
            Assignee: Andrew Grieve
            Priority: Minor


We set:

{code}
        sourceCompatibility JavaVersion.VERSION_1_7
        targetCompatibility JavaVersion.VERSION_1_7
{code}

But we should set:
{code}
        sourceCompatibility JavaVersion.VERSION_1_6
        targetCompatibility JavaVersion.VERSION_1_6
{code}

So that it will work for 6 or 7.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to