diff --git a/build.gradle b/build.gradle index 71dd9d6..913642b 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } } diff --git a/gradle.properties b/gradle.properties index e6d15db..e319186 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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/ \ No newline at end of file +POM_DEVELOPER_URL=https://github.com/barnhill/ + +SONATYPE_HOST=DEFAULT +RELEASE_SIGNING_ENABLED=true \ No newline at end of file