build: remove unused project extra property
Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/11e8235b Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/11e8235b Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/11e8235b Branch: refs/heads/develop Commit: 11e8235bc2057f4bc81aaed5f959712100e7fc4c Parents: 07c6ca3 Author: Paul Merlin <[email protected]> Authored: Thu Nov 3 19:30:01 2016 +0100 Committer: Paul Merlin <[email protected]> Committed: Thu Nov 3 19:30:01 2016 +0100 ---------------------------------------------------------------------- build.gradle | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/11e8235b/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 1a15bbc..5b4401b 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,6 @@ import org.apache.tools.ant.filters.ReplaceTokens project.ext { title = "Apache Zest⢠(Java Edition) SDK" description = "Apache Zest⢠(Java Edition) is a framework for domain centric application development, including evolved concepts from AOP, DI and DDD." - mainClassName = 'org.apache.zest.container.Main' } buildscript {
