diff --git a/build.gradle b/build.gradle index 1a84c7e8751..94d92b8f55b 100644 --- a/build.gradle +++ b/build.gradle @@ -19,19 +19,11 @@ buildscript { repositories { jcenter() - // For spoon-gradle-plugin SNAPSHOT release. This needs to go before - // the snapshots repository, otherwise we find a remote 1.0.3-SNAPSHOT - // that doesn't include nalexander's local changes. - maven { - url "file://${gradle.mozconfig.topsrcdir}/mobile/android/gradle/m2repo" - } } dependencies { - // Unit testing support was added in 1.1.0. IntelliJ 14.1.4 and Android - // Studio 1.2.1.1 appear to work fine with plugin version 1.3.0. classpath 'com.android.tools.build:gradle:1.3.0' - classpath('com.stanfy.spoon:spoon-gradle-plugin:1.0.3-SNAPSHOT') { + classpath('com.stanfy.spoon:spoon-gradle-plugin:1.0.4') { // Without these, we get errors linting. exclude module: 'guava' } diff --git a/mobile/android/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/1.0.3-SNAPSHOT/maven-metadata-local.xml b/mobile/android/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/1.0.3-SNAPSHOT/maven-metadata-local.xml deleted file mode 100644 index 350385289f9..00000000000 --- a/mobile/android/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/1.0.3-SNAPSHOT/maven-metadata-local.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - com.stanfy.spoon - spoon-gradle-plugin - 1.0.3-SNAPSHOT - - - true - - 20150603215211 - - diff --git a/mobile/android/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/1.0.3-SNAPSHOT/spoon-gradle-plugin-1.0.3-SNAPSHOT-javadoc.jar b/mobile/android/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/1.0.3-SNAPSHOT/spoon-gradle-plugin-1.0.3-SNAPSHOT-javadoc.jar deleted file mode 100644 index a0e5d1a1015..00000000000 Binary files a/mobile/android/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/1.0.3-SNAPSHOT/spoon-gradle-plugin-1.0.3-SNAPSHOT-javadoc.jar and /dev/null differ diff --git a/mobile/android/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/1.0.3-SNAPSHOT/spoon-gradle-plugin-1.0.3-SNAPSHOT-sources.jar b/mobile/android/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/1.0.3-SNAPSHOT/spoon-gradle-plugin-1.0.3-SNAPSHOT-sources.jar deleted file mode 100644 index 356fe4541b3..00000000000 Binary files a/mobile/android/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/1.0.3-SNAPSHOT/spoon-gradle-plugin-1.0.3-SNAPSHOT-sources.jar and /dev/null differ diff --git a/mobile/android/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/1.0.3-SNAPSHOT/spoon-gradle-plugin-1.0.3-SNAPSHOT.jar b/mobile/android/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/1.0.3-SNAPSHOT/spoon-gradle-plugin-1.0.3-SNAPSHOT.jar deleted file mode 100644 index 064b6586122..00000000000 Binary files a/mobile/android/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/1.0.3-SNAPSHOT/spoon-gradle-plugin-1.0.3-SNAPSHOT.jar and /dev/null differ diff --git a/mobile/android/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/1.0.3-SNAPSHOT/spoon-gradle-plugin-1.0.3-SNAPSHOT.pom b/mobile/android/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/1.0.3-SNAPSHOT/spoon-gradle-plugin-1.0.3-SNAPSHOT.pom deleted file mode 100644 index 8ab2aabaec6..00000000000 --- a/mobile/android/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/1.0.3-SNAPSHOT/spoon-gradle-plugin-1.0.3-SNAPSHOT.pom +++ /dev/null @@ -1,51 +0,0 @@ - - - 4.0.0 - com.stanfy.spoon - spoon-gradle-plugin - 1.0.3-SNAPSHOT - Spoon Gradle Plugin - Gradle plugin for Spoon - https://github.com/stanfy/spoon-gradle-plugin - 2013 - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - rmazur - Roman Mazur - rmazur@stanfy.com.ua - - - - scm:git:git@github.com:stanfy/spoon-gradle-plugin.git - scm:git:git@github.com:stanfy/spoon-gradle-plugin.git - https://github.com/stanfy/spoon-gradle-plugin - - - - org.spockframework - spock-core - 0.7-groovy-2.0 - test - - - com.squareup.spoon - spoon-runner - 1.1.10 - compile - - - com.android.tools.build - gradle - 1.1.3 - compile - - - diff --git a/mobile/android/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/maven-metadata-local.xml b/mobile/android/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/maven-metadata-local.xml deleted file mode 100644 index 3804f63d084..00000000000 --- a/mobile/android/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/maven-metadata-local.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - com.stanfy.spoon - spoon-gradle-plugin - 1.0.3-SNAPSHOT - - - 1.0.3-SNAPSHOT - - 20150603215211 - -