Skip to content

Commit

Permalink
Note how to override default identity values (#308)
Browse files Browse the repository at this point in the history
* Add artifact ids in README

* Revert "Add artifact ids in README"

This reverts commit 7125747.

* Note how to override default identity values

* Update README.md

Co-authored-by: Róbert Papp <papp.robert.s@gmail.com>

---------

Co-authored-by: Róbert Papp <papp.robert.s@gmail.com>
  • Loading branch information
Goooler and TWiStErRob committed Mar 1, 2024
1 parent e54ebef commit 4c10824
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 @@ -154,6 +154,9 @@ nexusPublishing {
```

#### Add Metadata ####

See the [Maven publishing page in Gradle documentation](https://docs.gradle.org/current/userguide/publishing_maven.html#publishing_maven:publications) for what these mean, default values, and how to override coordinates (`groupId:artifactId:version`).

```kotlin
publishing {
publications {
Expand Down

0 comments on commit 4c10824

Please sign in to comment.