Skip to content

Commit

Permalink
Minor updates to build scripts and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tronghn committed Dec 7, 2018
1 parent 137b16d commit 95df586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.10'
ext.kotlin_version = '1.3.11'
ext.kafka_version = '2.0.0'
ext.unboundid_version = '4.0.9'
ext.caffeine_version = '2.6.2'
Expand Down Expand Up @@ -71,6 +71,7 @@ test {
useJUnitPlatform {
includeEngines 'spek2'
}
testLogging.events("passed", "skipped", "failed")
}

shadowJar {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 95df586

Please sign in to comment.