1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-08-25 20:09:25 +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

View File

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