Skip to content

Commit fd93dd8

Browse files
authored
fix
1 parent 3f828ec commit fd93dd8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
buildscript {
22
repositories {
3+
gradlePluginPortal()
34
jcenter()
5+
maven {
6+
url "https://plugins.gradle.org/m2/"
7+
}
48
}
59
dependencies {
610
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.32.0'
7-
classpath 'com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:7.1.2'
11+
classpath 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
812
}
913
}
1014

0 commit comments

Comments
 (0)