Upgrade p4a #19

Open
jessopb wants to merge 36 commits from upgrade_p4a into master
Showing only changes of commit 73d381d08f - Show all commits

View file

@ -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 %}
} }