1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Use gradlePluginPortal()

This commit is contained in:
Rob Winch
2022-04-18 14:02:21 -05:00
parent f52bf98350
commit 2b858f9371
+1 -10
View File
@@ -7,16 +7,7 @@ buildscript {
classpath "com.netflix.nebula:nebula-project-plugin:8.2.0"
}
repositories {
maven {
url 'https://repo.spring.io/plugins-release'
if (project.hasProperty('artifactoryUsername')) {
credentials {
username = project.artifactoryUsername
password = project.artifactoryPassword
}
}
}
maven { url 'https://plugins.gradle.org/m2/' }
gradlePluginPortal()
}
}