Skip to content

Commit

Permalink
Fixed publishing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
diareuse committed Aug 18, 2022
1 parent 031479c commit 49f276b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.vanniktech:gradle-maven-publish-plugin:0.20.0"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.7.10"
classpath "com.vanniktech:gradle-maven-publish-plugin:0.21.0"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.5.0" // newer versions couldn't find init methods
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.3.2.0"
}
}
Expand Down

0 comments on commit 49f276b

Please sign in to comment.