rename publication to mavenLocal

This commit is contained in:
Denis Andrasec 2024-07-18 16:41:35 +02:00
parent cbe3e05a94
commit 3428662684

View File

@ -42,7 +42,7 @@ dependencies {
afterEvaluate {
publishing {
publications {
create<MavenPublication>("spine-android") {
create<MavenPublication>("mavenLocal") {
groupId = "com.esotericsoftware"
artifactId = "spine-android"
version = "4.2"