GEODE-2432: Disable maven artifacts for geode-benchmarks
Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/05b6965c Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/05b6965c Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/05b6965c Branch: refs/heads/master Commit: 05b6965cf323aaba493da59631678540dbf9fe35 Parents: 5e6f673 Author: Dan Smith <[email protected]> Authored: Mon Feb 6 12:20:11 2017 -0800 Committer: Dan Smith <[email protected]> Committed: Mon Feb 6 16:54:12 2017 -0800 ---------------------------------------------------------------------- geode-benchmarks/build.gradle | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/05b6965c/geode-benchmarks/build.gradle ---------------------------------------------------------------------- diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle index b6f09bc..1e51c7a 100644 --- a/geode-benchmarks/build.gradle +++ b/geode-benchmarks/build.gradle @@ -24,3 +24,5 @@ dependencies { jmh { duplicateClassesStrategy = 'warn' } + +disableMavenPublishing()
