Skip to content

Commit

Permalink
[SHIBUI-922]
Browse files Browse the repository at this point in the history
change configuration
  • Loading branch information
Jj! committed Dec 4, 2018
1 parent bf586c1 commit 3790211
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,7 @@ task integrationTest(type: Test) {
finalizedBy 'dockerStop'
testClassesDirs = sourceSets.integrationTest.output.classesDirs
classpath = sourceSets.integrationTest.runtimeClasspath
if (project.hasProperty('webdriver.gecko.driver')) {
systemProperties['webdriver.gecko.driver'] = project.'webdriver.gecko.driver'
}
systemProperties = System.properties
}

task generateSources {
Expand Down

0 comments on commit 3790211

Please sign in to comment.