build.gradle: migrate from maven plugin to maven-publish plugin

To publish to the local Maven repository, use `gradle publishToMavenLocal` rather than `gradle install`.
This commit is contained in:
Andreas Schildbach 2023-02-02 18:12:49 +01:00
parent 2752ae1e1f
commit e597259c8e

View file

@ -1,6 +1,6 @@
plugins { plugins {
id 'java-library' id 'java-library'
id 'maven' id 'maven-publish'
} }
group = 'de.schildbach.pte' group = 'de.schildbach.pte'