Skip to content

Instantly share code, notes, and snippets.

View martinda's full-sized avatar
:octocat:
Coding, coding, coding.

Martin d'Anjou martinda

:octocat:
Coding, coding, coding.
  • Ottawa, Canada
View GitHub Profile
@ysb33r
ysb33r / build-snippet.gradle
Created August 19, 2014 15:36
HOWTO control logging running tests from Gradle
// IN the build.gradle file
test {
systemProperties 'logback.configurationFile' : new File(projectDir,'src/test/resources/logback-test.xml').absolutePath
}