Skip to content

Commit 0b97532

Browse files
committed
add Gradle plugins Maven repository to be able to reference needed plugins as project dependencies
1 parent abdacc9 commit 0b97532

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ repositories {
2323
url = uri("https://repo.spring.io/libs-release/")
2424
}
2525
gradlePluginPortal()
26+
maven {
27+
name = "Gradle Plugins Maven Repository"
28+
url = uri("https://plugins.gradle.org/m2/")
29+
}
2630
}
2731

2832
publishing {

0 commit comments

Comments
 (0)