mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-12 15:22:05 +01:00
Merge pull request #126 from vanitasvitae/fixReplBuildScript
Update smack-repl gradle script
This commit is contained in:
commit
d9e6f6130b
1 changed files with 4 additions and 2 deletions
|
@ -16,6 +16,8 @@ dependencies {
|
|||
testCompile project(path: ":smack-core", configuration: "archives")
|
||||
}
|
||||
|
||||
task printClasspath(dependsOn: assemble) << {
|
||||
task printClasspath(dependsOn: assemble) {
|
||||
doLast {
|
||||
println sourceSets.main.runtimeClasspath.asPath
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue