diff --git a/build.gradle b/build.gradle index 1607685..ffbe65f 100644 --- a/build.gradle +++ b/build.gradle @@ -15,13 +15,14 @@ buildscript { } } maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local' } + maven { url 'https://plugins.gradle.org/m2/' } } dependencies { classpath 'com.android.tools.build:gradle:4.1.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath 'com.dicedmelon.gradle:jacoco-android:0.1.5-SNAPSHOT' + classpath 'com.dicedmelon.gradle:jacoco-android:0.1.5' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1' - classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.4.20.2-dev-64' + classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.9.10' classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.22.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/compressor/build.gradle b/compressor/build.gradle index 09200cd..89ae21c 100644 --- a/compressor/build.gradle +++ b/compressor/build.gradle @@ -1,7 +1,6 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' -apply plugin: 'com.github.dcendents.android-maven' -apply plugin: 'jacoco-android' +apply plugin: 'com.dicedmelon.gradle.jacoco-android' ext { PUBLISH_GROUP_ID = 'id.zelory'