Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
sourceCompatibility wasn't being picked correctly, moving to inside b…
Browse files Browse the repository at this point in the history
…uild.gradle
  • Loading branch information
Bruno Farache committed Mar 19, 2014
1 parent 20b29bb commit f1c67af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ configure(subprojects.findAll { it.name != 'ios' }) {
apply plugin: 'eclipse'
apply plugin: 'maven'

sourceCompatibility = JavaVersion.VERSION_1_6

repositories {
maven {
url 'https://repository.liferay.com/nexus/content/groups/liferay-ce'
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@
## Build
##

sourceCompatibility=1.6
targetCompatibility=1.6
version=6.2.0.1

0 comments on commit f1c67af

Please sign in to comment.