Skip to content

Commit 7a68dfc

Browse files
Thomas NieldThomas Nield
authored andcommitted
try reconfiguring build scripts
1 parent b4b614f commit 7a68dfc

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
buildscript {
22
repositories { jcenter() }
33
repositories { mavenCentral() }
4-
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3"
5-
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.5.2"
4+
5+
dependencies {
6+
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3"
7+
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.5.2"
8+
}
69
}
710

811

0 commit comments

Comments
 (0)