Update README with correct snapshot repo
This commit is contained in:
parent
7b441ec481
commit
c76f296185
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -132,8 +132,8 @@ Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot reposi
|
|||
```xml
|
||||
<!-- For snapshot builds -->
|
||||
<repository>
|
||||
<id>sonatype-snapshots</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
<id>incendo-snapshots</id>
|
||||
<url>https://repo.incendo.org/content/repositories/snapshots</url>
|
||||
</repository>
|
||||
```
|
||||
|
||||
|
|
@ -177,16 +177,16 @@ with conflicting dependencies:
|
|||
```
|
||||
|
||||
**gradle**:
|
||||
```groovy
|
||||
```kotlin
|
||||
repositories {
|
||||
maven { url = 'https://oss.sonatype.org/content/repositories/snapshots' }
|
||||
mavenCentral()
|
||||
maven("https://repo.incendo.org/content/repositories/snapshots") // For snapshot builds
|
||||
}
|
||||
```
|
||||
|
||||
```groovy
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation 'cloud.commandframework:cloud-PLATFORM:1.4.0'
|
||||
implementation("cloud.commandframework", "cloud-PLATFORM", "1.4.0")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue