Skip to content

Commit

Permalink
revert dokka due to error
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Barnhill committed Jul 6, 2022
1 parent be4f186 commit df2309e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.7.0"
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.19.0'
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.6.0"
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.20.0'
}
}

Expand Down
5 changes: 4 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=barnhill
POM_DEVELOPER_NAME=Brad Barnhill
POM_DEVELOPER_URL=https://github.com/barnhill/
POM_DEVELOPER_URL=https://github.com/barnhill/

SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true

0 comments on commit df2309e

Please sign in to comment.