Skip to content

Commit df2309e

Browse files
author
Brad Barnhill
committed
revert dokka due to error
1 parent be4f186 commit df2309e

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ buildscript {
1515
dependencies {
1616
classpath 'com.android.tools.build:gradle:7.2.1'
1717
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
18-
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.7.0"
19-
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.19.0'
18+
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.6.0"
19+
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.20.0'
2020
}
2121
}
2222

gradle.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,7 @@ POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
3939
POM_LICENCE_DIST=repo
4040
POM_DEVELOPER_ID=barnhill
4141
POM_DEVELOPER_NAME=Brad Barnhill
42-
POM_DEVELOPER_URL=https://github.com/barnhill/
42+
POM_DEVELOPER_URL=https://github.com/barnhill/
43+
44+
SONATYPE_HOST=DEFAULT
45+
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)