Skip to content

Commit fb71d4b

Browse files
committed
Update README to reflect publication to Central
Closes gh-76
1 parent 1ad3ac6 commit fb71d4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ Jenkins is detected by looking for an environment variable named `JENKINS_URL`.
108108

109109
## Using the conventions
110110

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

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

0 commit comments

Comments
 (0)