1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2024-11-20 18:15:38 +02:00

Fix plugin download

This commit is contained in:
Nikita Fedkin 2024-08-06 08:30:55 +02:00 committed by GitHub
parent 81be466f92
commit 60c93cdb1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven(url = "https://repo.jenkins-ci.org/releases")
}
}