Skip to content

Commit 139a7dd

Browse files
committed
Use jcenter(), not mavenCentral() for Gradle build
1 parent 4152f9f commit 139a7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = '0.1-SNAPSHOT'
66
description = 'JNA binding and Java wrapper for libbitcoinconsensus'
77

88
repositories {
9-
mavenCentral()
9+
jcenter()
1010
}
1111

1212
dependencies {

0 commit comments

Comments
 (0)