Skip to content

Commit

Permalink
Merge pull request #5 from sic-bre/issue4
Browse files Browse the repository at this point in the history
Update sample to pass -Dpipeline.stack.write to tests and add simple .gitignore file
  • Loading branch information
macg33zr authored Sep 5, 2017
2 parents 4e61950 + 3418be9 commit 798761d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
build/
.gradle/
.idea/
*.iml
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ dependencies {

}

test {
systemProperty "pipeline.stack.write", System.properties["pipeline.stack.write"]
}

sourceSets {

test {
Expand Down

0 comments on commit 798761d

Please sign in to comment.