mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +01:00
Fix smack-repl build script
This commit is contained in:
parent
24f6d86452
commit
842cc2c2a4
1 changed files with 4 additions and 2 deletions
|
@ -16,6 +16,8 @@ dependencies {
|
||||||
testCompile project(path: ":smack-core", configuration: "archives")
|
testCompile project(path: ":smack-core", configuration: "archives")
|
||||||
}
|
}
|
||||||
|
|
||||||
task printClasspath(dependsOn: assemble) << {
|
task printClasspath(dependsOn: assemble) {
|
||||||
|
doLast {
|
||||||
println sourceSets.main.runtimeClasspath.asPath
|
println sourceSets.main.runtimeClasspath.asPath
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue