Skip to content

Commit

Permalink
Fixed maven central dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorofeev committed Apr 25, 2021
1 parent 04c30e4 commit 023e6e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.4.0'
id 'com.adarshr.test-logger' version '2.1.0'
id 'org.jetbrains.dokka' version "1.4.10.2"
id 'org.jetbrains.dokka' version "1.4.32"
id 'maven'
id 'signing'
}
Expand All @@ -13,7 +13,6 @@ sourceCompatibility = 8
targetCompatibility = 8

repositories {
mavenLocal()
mavenCentral()
}

Expand Down

0 comments on commit 023e6e9

Please sign in to comment.