Skip to content

Commit 49cf8f5

Browse files
committed
Add Gradle Plugins Repo
1 parent 3961bf4 commit 49cf8f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ buildscript {
22
ext.kotlinVersion = '1.3.61'
33
repositories {
44
mavenCentral()
5+
maven { url 'https://plugins.gradle.org/m2' }
56
maven { url 'https://repo.spring.io/plugins-release' }
67
}
78
dependencies {

0 commit comments

Comments
 (0)