Skip to content

Commit

Permalink
Update build file
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue1 committed Apr 10, 2019
1 parent e3d2ca8 commit b1fe443
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ subprojects.each { subproject ->
jar {
dependsOn subprojects.tasks['jar']

// Add SPI directory
def tmpSpiDir = file('build/tmp/spi')
from tmpSpiDir
// Add SPI directory
def tmpSpiDir = file('build/tmp/spi')
from tmpSpiDir
// Add dependencies
def deps = []
subprojects.each { subproject ->
Expand Down

0 comments on commit b1fe443

Please sign in to comment.