aboutsummaryrefslogtreecommitdiff
path: root/artifacts.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'artifacts.gradle')
-rw-r--r--artifacts.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/artifacts.gradle b/artifacts.gradle
index 4471d37..132ce47 100644
--- a/artifacts.gradle
+++ b/artifacts.gradle
@@ -1,6 +1,6 @@
import groovy.xml.MarkupBuilder
-apply plugin: 'com.github.dcendents.android-maven'
+apply plugin: 'maven-publish'
// build a jar with source files
task sourcesJar(type: Jar) {
@@ -12,7 +12,7 @@ task javadoc(type: Javadoc) {
failOnError false
source = android.sourceSets.main.java.sourceFiles
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
- classpath += configurations.compile
+ classpath += configurations.implementation
}
// build a jar with javadoc