diff --git a/Parse/build.gradle b/Parse/build.gradle index 30fb180d0..c704f82ee 100644 --- a/Parse/build.gradle +++ b/Parse/build.gradle @@ -72,23 +72,6 @@ dependencies { android.libraryVariants.all { variant -> def name = variant.buildType.name - def jar = project.tasks.create(name: "jar${name.capitalize()}", type: Jar) { - dependsOn variant.javaCompile - from variant.javaCompile.destinationDir - - manifest { - attributes( - "Bundle-Name": 'parse-android', - "Bundle-Version": project.version - ) - } - - exclude '**/R.class' - exclude '**/R\$*.class' - exclude '**/Manifest.class' - exclude '**/Manifest\$*.class' - exclude '**/BuildConfig.class' - } def javadoc = task("javadoc${variant.name.capitalize()}", type: Javadoc) { description "Generates Javadoc for $variant.name." @@ -113,7 +96,6 @@ android.libraryVariants.all { variant -> } if (name.equals(BuilderConstants.RELEASE)) { - artifacts.add('archives', jar); artifacts.add('archives', javadocJar); } } diff --git a/README.md b/README.md index 22bb78ebe..f44eaa75b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ dependencies { } ``` -Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap]. +Snapshots of the development version are available in [jFrog's `snapshots` repository][snap]. ## Usage Everything can done through the supplied gradle wrapper: