Upgrade p4a #19
1 changed files with 2 additions and 1 deletions
|
@ -117,6 +117,7 @@ subprojects {
|
||||||
//}
|
//}
|
||||||
|
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
|
println("Components: " + components*.name)
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
release(MavenPublication) {
|
release(MavenPublication) {
|
||||||
|
@ -165,7 +166,7 @@ dependencies {
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{%- if args.depends -%}
|
{%- if args.depends -%}
|
||||||
{%- for depend in args.depends %}
|
{%- for depend in args.depends %}
|
||||||
compile '{{ depend }}'
|
implementation '{{ depend }}'
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue