diff --git a/build.gradle b/build.gradle index d580756cb26f..1bcb87aa72b1 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ buildscript { url gradle.mozconfig.substs.GRADLE_MAVEN_REPOSITORY } } - // For android-sdk-manager SNAPSHOT releases & soter. + // For android-sdk-manager SNAPSHOT releases. maven { url "file://${gradle.mozconfig.topsrcdir}/mobile/android/gradle/m2repo" } @@ -40,7 +40,6 @@ buildscript { } // Provided in tree. classpath 'com.jakewharton.sdkmanager:gradle-plugin:1.5.0-SNAPSHOT' - classpath "gradle.plugin.si.dlabs.gradle:soter:1.0.6" } } diff --git a/mobile/android/app/build.gradle b/mobile/android/app/build.gradle index 302dade8be7b..e4a42f62ae17 100644 --- a/mobile/android/app/build.gradle +++ b/mobile/android/app/build.gradle @@ -338,21 +338,6 @@ android.applicationVariants.all { variant -> android.sourceSets."${productFlavor}${buildType.capitalize()}".jniLibs.srcDir syncLibsFromDistDir.destinationDir } -apply plugin: 'si.dlabs.soter' - -soter { - dependencies { - checkstyleRules files("checkstyle.xml") - } - - checkstyle { - enabled true - uploadReports false - toolVersion "6.7" - showViolations true - } -} - apply plugin: 'spoon' spoon { diff --git a/mobile/android/app/checkstyle.xml b/mobile/android/app/checkstyle.xml deleted file mode 100644 index 11522f048a63..000000000000 --- a/mobile/android/app/checkstyle.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mobile/android/gradle/m2repo/gradle/plugin/si/dlabs/gradle/soter/1.0.6/LICENSE b/mobile/android/gradle/m2repo/gradle/plugin/si/dlabs/gradle/soter/1.0.6/LICENSE deleted file mode 100644 index 3d2449e7a9cf..000000000000 --- a/mobile/android/gradle/m2repo/gradle/plugin/si/dlabs/gradle/soter/1.0.6/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 D·Labs - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/mobile/android/gradle/m2repo/gradle/plugin/si/dlabs/gradle/soter/1.0.6/soter-1.0.6.jar b/mobile/android/gradle/m2repo/gradle/plugin/si/dlabs/gradle/soter/1.0.6/soter-1.0.6.jar deleted file mode 100644 index 7694f4f2035e..000000000000 Binary files a/mobile/android/gradle/m2repo/gradle/plugin/si/dlabs/gradle/soter/1.0.6/soter-1.0.6.jar and /dev/null differ diff --git a/mobile/android/gradle/m2repo/gradle/plugin/si/dlabs/gradle/soter/1.0.6/soter-1.0.6.pom b/mobile/android/gradle/m2repo/gradle/plugin/si/dlabs/gradle/soter/1.0.6/soter-1.0.6.pom deleted file mode 100644 index 227921d1bdcd..000000000000 --- a/mobile/android/gradle/m2repo/gradle/plugin/si/dlabs/gradle/soter/1.0.6/soter-1.0.6.pom +++ /dev/null @@ -1,44 +0,0 @@ - - - 4.0.0 - gradle.plugin.si.dlabs.gradle - soter - 1.0.6 - - - si.dlabs - aws-java-sdk-s3 - 1.9.35 - compile - jar - - - com.github.blazsolar.gradle - gradle-hipchat-plugin - 0.2.0 - compile - jar - - - org.ajoberstar - grgit - 1.1.0 - compile - jar - - - com.squareup.okhttp - okhttp - 2.0.0 - compile - jar - - - org.codehaus.jackson - jackson-mapper-asl - 1.9.13 - runtime - jar - - -