Repository: wicket Updated Branches: refs/heads/wicket-7.x e944148c5 -> 082b1b329
[WICKET-6615] java8 build can be activated using profile Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/082b1b32 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/082b1b32 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/082b1b32 Branch: refs/heads/wicket-7.x Commit: 082b1b329abb83bad1636580002877ccde81107b Parents: e944148 Author: Maxim Solodovnik <[email protected]> Authored: Sat Nov 24 13:01:17 2018 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Sat Nov 24 13:01:17 2018 +0700 ---------------------------------------------------------------------- pom.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/082b1b32/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4cd2149..b08be38 100644 --- a/pom.xml +++ b/pom.xml @@ -1224,10 +1224,7 @@ </build> </profile> <profile> - <id>doclint-java8-disable</id> - <activation> - <jdk>1.8</jdk> - </activation> + <id>java8</id> <build> <pluginManagement> <plugins>
