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

Update file FroggitRepositoryExtensions.kt

parent 6021f767
No related branches found
Tags 1.0.2
No related merge requests found
Pipeline #61611 passed
......@@ -11,7 +11,7 @@ import java.net.URI
fun RepositoryHandler.mavenFroggit(projectId: Int, tokenVarName: String? = null) {
val token = tokenVarName?.let {
System.getenv(tokenVarName)
?: System.getProperty(tokenVarName)
?: project.findProperty(tokenVarName)
}
tokenVarName?.let { name ->
......
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