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 31e9f5b9 authored by Vercingecodix's avatar Vercingecodix :infinity:
Browse files

Fix README.md mise en page.

parent 32485b13
No related branches found
Tags 1.0.1
No related merge requests found
Pipeline #61618 passed
......@@ -33,7 +33,7 @@ Ajoute un ou plusieurs dépôts Maven Froggit dans un `build.gradle.kts` :
```kotlin
froggitRepositories(
projectIds = listOf(1980,1981),
projectIds = listOf(1980,1981),
tokenVarName = "MY_TOKEN_VAR"
)
```
......@@ -84,7 +84,8 @@ plugins {
repositories {
mavenFroggit(
projectIds = listOf(1978),
tokenVarName = "MAVEN_CONSUMER_TOKEN")
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