Skip to content

Commit 0fe7fad

Browse files
committed
Add repos to build script for plugins
1 parent 09fb266 commit 0fe7fad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
buildscript {
22
ext.kotlinVersion = '1.3.61'
33
repositories {
4+
mavenCentral()
5+
maven { url 'https://plugins.gradle.org/m2' }
46
maven { url 'https://repo.spring.io/plugins-release' }
57
}
68
dependencies {

0 commit comments

Comments
 (0)