Update 'README.md'
This commit is contained in:
parent
66ed824d94
commit
225828f6db
12
README.md
12
README.md
@ -6,7 +6,7 @@
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>CUBETIQ Directory</id>
|
||||
<url>https://m.ctdn.net/maven/</url>
|
||||
<url>https://m.ctdn.net</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
<repository>
|
||||
<id>CUBETIQ Directory Snapshots</id>
|
||||
<url>https://m.ctdn.net/maven-snapshots/</url>
|
||||
<url>https://m.ctdn.net/snapshots</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
@ -26,15 +26,15 @@
|
||||
- Gradle Groovy DSL (build.gradle)
|
||||
```groovy
|
||||
repositories {
|
||||
maven { url "https://m.ctdn.net/repository/maven/" }
|
||||
maven { url "https://m.ctdn.net/repository/maven-snapshots/" }
|
||||
maven { url "https://m.ctdn.net" }
|
||||
maven { url "https://m.ctdn.net/snapshots" }
|
||||
}
|
||||
```
|
||||
|
||||
- Gradle Kotlin DSL (build.gradle.kts)
|
||||
```kotlin
|
||||
repositories {
|
||||
maven("https://m.ctdn.net/repository/maven/")
|
||||
maven("https://m.ctdn.net/repository/maven-snapshots/")
|
||||
maven("https://m.ctdn.net")
|
||||
maven("https://m.ctdn.net/snapshots")
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue
Block a user