You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2015/03/13 09:53:48 UTC

tapestry-5 git commit: TAP5-2451: remove custom buildDir for tapestry-ioc-jcache

Repository: tapestry-5
Updated Branches:
  refs/heads/master d8198d4a6 -> 72bab1116


TAP5-2451: remove custom buildDir for tapestry-ioc-jcache


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/72bab111
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/72bab111
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/72bab111

Branch: refs/heads/master
Commit: 72bab11162d62c146bb43c19769c64294bab5e03
Parents: d8198d4
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Fri Mar 13 09:53:07 2015 +0100
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Fri Mar 13 09:53:07 2015 +0100

----------------------------------------------------------------------
 tapestry-ioc-jcache/build.gradle | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/72bab111/tapestry-ioc-jcache/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-ioc-jcache/build.gradle b/tapestry-ioc-jcache/build.gradle
index 7d3e71f..da2c9f4 100644
--- a/tapestry-ioc-jcache/build.gradle
+++ b/tapestry-ioc-jcache/build.gradle
@@ -5,8 +5,6 @@ description = "JCache (JSR 107) integration for Tapestry-IoC"
 
 //apply plugin: JavaPlugin
 
-buildDir = 'target/gradle-build'
-       
 project.ext.libraryVersions = [
     jcache: '1.0.0',
 ]