Repository: tapestry-5 Updated Branches: refs/heads/master 7d2c4da40 -> d528181bb
update source levels Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/e4d4382c Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/e4d4382c Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/e4d4382c Branch: refs/heads/master Commit: e4d4382c5c9a7cc6f07f7c3b15a91932144539c0 Parents: 7d2c4da Author: Jochen Kemnade <[email protected]> Authored: Tue Oct 10 09:24:01 2017 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Tue Oct 10 09:24:01 2017 +0200 ---------------------------------------------------------------------- quickstart/filtered/archetype-resources/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/e4d4382c/quickstart/filtered/archetype-resources/build.gradle ---------------------------------------------------------------------- diff --git a/quickstart/filtered/archetype-resources/build.gradle b/quickstart/filtered/archetype-resources/build.gradle index fd13b62..f3dca79 100644 --- a/quickstart/filtered/archetype-resources/build.gradle +++ b/quickstart/filtered/archetype-resources/build.gradle @@ -4,8 +4,8 @@ apply plugin: "war" apply plugin: "java" apply plugin: "jetty" -sourceCompatibility = "1.6" -targetCompatibility = "1.6" +sourceCompatibility = "1.8" +targetCompatibility = "1.8" group = "${groupId}" version = "${version}"
