Slackbot
06/09/2022, 1:10 PMVampire
06/09/2022, 1:55 PMmaven-publish
means of doing it.Hendra Anggrian
06/09/2022, 1:59 PMJendrik Johannes
06/09/2022, 2:04 PMversion =
and group =
on the top level of the build script.
Do not set the artifactId
. Make sure that the project is named the right was (project name will be used as aritfactId).
Example of a full setup:
https://github.com/jjohannes/extra-java-module-info/blob/main/build.gradle.kts
Project name:
https://github.com/jjohannes/extra-java-module-info/blob/main/settings.gradle.kts#L5
This is also true for older versions of the “publishing plugin” if you apply “maven-publish” in addition.Louis Jacomet
06/14/2022, 7:58 AM