You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2017/08/21 09:49:12 UTC

[3/7] cayenne git commit: CAY-2352 Clean up build scripts and code to support Java 8 update cayenne gradle plugin to Java 8

CAY-2352 Clean up build scripts and code to support Java 8
   update cayenne gradle plugin to Java 8


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/2bcefc21
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/2bcefc21
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/2bcefc21

Branch: refs/heads/master
Commit: 2bcefc21c2777926ef3a5797f082b744eea7ef47
Parents: 4eb6a05
Author: Nikita Timofeev <st...@gmail.com>
Authored: Fri Aug 18 15:03:31 2017 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Fri Aug 18 15:03:31 2017 +0300

----------------------------------------------------------------------
 cayenne-gradle-plugin/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/2bcefc21/cayenne-gradle-plugin/build.gradle
----------------------------------------------------------------------
diff --git a/cayenne-gradle-plugin/build.gradle b/cayenne-gradle-plugin/build.gradle
index 90ba7bf..f7058c7 100644
--- a/cayenne-gradle-plugin/build.gradle
+++ b/cayenne-gradle-plugin/build.gradle
@@ -28,7 +28,7 @@ def cayenneVersion = version
 
 apply plugin: 'java'
 
-sourceCompatibility = 1.7
+sourceCompatibility = 1.8
 
 repositories {
     mavenLocal()