[ 
https://issues.apache.org/jira/browse/CB-8081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14226428#comment-14226428
 ] 

ASF subversion and git services commented on CB-8081:
-----------------------------------------------------

Commit 7fbb2b195fb51f8c138e45702e2339f4ad51847f in cordova-android's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=7fbb2b1 ]

CB-8081 Allow gradle builds to use Java 6 instead of requiring 7


> 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