plugins {
id 'maven-publish'
}
publishing {
repositories {
maven {
url "file:///${System.properties['user.home']}/.m2/repository"
}
}
}
group = 'com.example'
version = '1.0.0'
./gradlew publishToMavenLocal