Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/arkecosystem/java-crypto
Browse files Browse the repository at this point in the history
…into release/bitcoinj-v0.14.7
  • Loading branch information
Kristjan Kosic - Chris committed Feb 10, 2020
2 parents af409ae + fb4881f commit f918925
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ uploadArchives {
organizationUrl = 'https://ark.io'
}
developer {
name = 'Žan Kovač'
email = 'zan@ark.io'
name = 'Kristjan Kosic'
email = 'kristjan@ark.io'
organization = 'Ark Ecosystem'
organizationUrl = 'https://ark.io'
}
developer {
name = 'Kristjan Košič'
email = 'kristjan@ark.io'
name = 'Zan Kovac'
email = 'zan@ark.io'
organization = 'Ark Ecosystem'
organizationUrl = 'https://ark.io'
}
Expand Down Expand Up @@ -131,8 +131,8 @@ dependencies {
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
compile 'com.google.guava:guava:28.2-jre'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.5.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.5.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.0'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

0 comments on commit f918925

Please sign in to comment.