mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 15:08:49 +00:00
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:
parent
2752ae1e1f
commit
e597259c8e
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue