Author: hlship
Date: Mon Aug 8 18:44:52 2011
New Revision: 1155053
URL: http://svn.apache.org/viewvc?rev=1155053&view=rev
Log:
Temporarily turn debugging symbols off in the distributed artifacts
Modified:
tapestry/tapestry5/trunk/build.gradle
Modified: tapestry/tapestry5/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1155053&r1=1155052&r2=1155053&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Mon Aug 8 18:44:52 2011
@@ -53,6 +53,12 @@ subprojects {
sourceCompatibility = '1.5'
targetCompatibility = '1.5'
+
+ // This may be temporary, to help track down/verify the ProQuest production
deployment
+ // issue.
+ compileJava {
+ debug = false
+ }
group = 'org.apache.tapestry'