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