1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2024-12-11 11:19:08 +02:00

Merge branch 'firstBitMarksistskaya:develop' into file-exist-bug

This commit is contained in:
Ivan Smirnov 2024-02-13 19:38:25 +03:00 committed by GitHub
commit 494f9b9b13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,10 @@ plugins {
id("org.jenkins-ci.jpi") version "0.38.0" apply false
}
repositories {
mavenCentral()
}
tasks {
register<org.jenkinsci.gradle.plugins.jpi.TestDependenciesTask>("resolveIntegrationTestDependencies") {