We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f828ec commit fd93dd8Copy full SHA for fd93dd8
1 file changed
build.gradle
@@ -1,10 +1,14 @@
1
buildscript {
2
repositories {
3
+ gradlePluginPortal()
4
jcenter()
5
+ maven {
6
+ url "https://plugins.gradle.org/m2/"
7
+ }
8
}
9
dependencies {
10
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.32.0'
- 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'
12
13
14
0 commit comments