You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by th...@apache.org on 2020/12/02 22:09:25 UTC

[tapestry-5] branch master updated: Manual merge of build upgrade to Java 11 again

This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/master by this push:
     new 0cea565  Manual merge of build upgrade to Java 11 again
0cea565 is described below

commit 0cea565f967ef16b28dacd622bd38cb32822a49a
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Wed Dec 2 19:09:04 2020 -0300

    Manual merge of build upgrade to Java 11 again
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index f29a173..93ea122 100755
--- a/build.gradle
+++ b/build.gradle
@@ -148,8 +148,8 @@ subprojects {
     apply plugin: "project-report"
     apply plugin: "jacoco"
 
-    sourceCompatibility = "8"
-    targetCompatibility = "8"
+    sourceCompatibility = "1.8"
+    targetCompatibility = "1.8"
 
     // See http://jira.codehaus.org/browse/GRADLE-784