Skip to content

Commit

Permalink
build: pull build scripts from shared repo
Browse files Browse the repository at this point in the history
  • Loading branch information
antonydenyer committed Nov 15, 2019
1 parent 4a987d4 commit 0ece196
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,14 @@ apply {
'repositories',
'spotless'
].each {
from("$rootDir/gradle/$it/build.gradle")
download {
src "https://raw.githubusercontent.com/web3j/build-tools/master/gradle/$buildScript/build.gradle"
dest "$rootDir/gradle/$buildScript/build.gradle"
overwrite true
quiet true
onlyIfModified true
}
from("$rootDir/gradle/$buildScript/build.gradle")
}
}

Expand Down

0 comments on commit 0ece196

Please sign in to comment.