mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Removed unnecessary log information from build.gradle
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@54247 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -74,12 +74,6 @@ task resetDatabase << {
|
|||||||
println "Deleting content store in " + ant.getProperty("dir.root")
|
println "Deleting content store in " + ant.getProperty("dir.root")
|
||||||
ant.delete(includeEmptyDirs: 'true', dir: ant.getProperty("dir.root"))
|
ant.delete(includeEmptyDirs: 'true', dir: ant.getProperty("dir.root"))
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME - Start: Remove the following lines after fixing the failing tests
|
|
||||||
println "The DB Url is: " + ant.getProperty("db.url")
|
|
||||||
println "The DB Master Url is: " + ant.getProperty("db.master.url")
|
|
||||||
println "The dir.root is: " + ant.getProperty("dir.root")
|
|
||||||
// FIXME - End
|
|
||||||
}
|
}
|
||||||
|
|
||||||
test {
|
test {
|
||||||
|
Reference in New Issue
Block a user