Skip to content

Commit 41da462

Browse files
committed
Add https://plugins.gradle.org/m2 repo into build
**Cherry-pick to `5.3.x & 5.2.x`**
1 parent a173664 commit 41da462

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.72'
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)