Skip to content

Commit

Permalink
Update README to reflect publication to Central
Browse files Browse the repository at this point in the history
Closes gh-76
  • Loading branch information
wilkinsona committed Apr 5, 2024
1 parent 1ad3ac6 commit fb71d4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ Jenkins is detected by looking for an environment variable named `JENKINS_URL`.

## Using the conventions

The conventions are published to https://repo.spring.io.
Depending on the version you wish to use, they will be availble from the `snapshot` or `release` repository.
Releases of the conventions are published to Maven Central.
Snapshots are published to https://repo.spring.io/snapshot.

The first step in using the conventions is to make the necessary repository available for plugin resolution.
This is done by configuring a plugin management repository in `settings.gradle`, as shown in the following example:
Expand All @@ -118,7 +118,7 @@ This is done by configuring a plugin management repository in `settings.gradle`,
pluginManagement {
repositories {
gradlePluginPortal()
maven { url 'https://repo.spring.io/release' }
mavenCentral()
}
}
```
Expand Down

0 comments on commit fb71d4b

Please sign in to comment.