compile -> implementation deps, print components
This commit is contained in:
parent
ca56ffb8b2
commit
73d381d08f
1 changed files with 2 additions and 1 deletions
|
@ -117,6 +117,7 @@ subprojects {
|
|||
//}
|
||||
|
||||
afterEvaluate {
|
||||
println("Components: " + components*.name)
|
||||
publishing {
|
||||
publications {
|
||||
release(MavenPublication) {
|
||||
|
@ -165,7 +166,7 @@ dependencies {
|
|||
{%- endfor -%}
|
||||
{%- if args.depends -%}
|
||||
{%- for depend in args.depends %}
|
||||
compile '{{ depend }}'
|
||||
implementation '{{ depend }}'
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue