Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 32485b13 authored by Vercingecodix's avatar Vercingecodix :infinity:
Browse files

Fix README.md erreur sur l'exemple.

parent 8e652004
No related branches found
No related tags found
No related merge requests found
Pipeline #61616 passed
......@@ -29,11 +29,11 @@ plugins {
## 📦 Utilisation
Ajoute un ou plusieurs dépôts Maven Froggit dans un build.gradle.kts``` :
Ajoute un ou plusieurs dépôts Maven Froggit dans un `build.gradle.kts` :
```kotlin
froggitRepositories(
listOf(1980,1981),
projectIds = listOf(1980,1981),
tokenVarName = "MY_TOKEN_VAR"
)
```
......@@ -82,7 +82,9 @@ plugins {
}
repositories {
mavenFroggit(projectId = 1978, tokenVarName = "MAVEN_CONSUMER_TOKEN")
mavenFroggit(
projectIds = listOf(1978),
tokenVarName = "MAVEN_CONSUMER_TOKEN")
mavenCentral()
}
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment