Skip to content

Commit

Permalink
Add artifact ids in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jan 25, 2024
1 parent c74635b commit 7125747
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ nexusPublishing {
publishing {
publications {
create<MavenPublication>("mavenJava") {
artifactId = "<<Artifact ID>>"
from(components["java"])

pom {
Expand Down Expand Up @@ -250,6 +251,7 @@ plugins {
publishing {
publications {
mavenJava(MavenPublication) {
artifactId = "<<Artifact ID>>"
from(components.java)
pom {
Expand Down Expand Up @@ -308,6 +310,7 @@ plugins {
publishing {
publications {
create<MavenPublication>("mavenJava") {
artifactId = "<<Artifact ID>>"
from(components["java"])

pom {
Expand Down

0 comments on commit 7125747

Please sign in to comment.