Diff
checker
Texte
Texte
Images
Documents
Excel
Dossiers
Legal
Enterprise
Application de bureau
Prix
Se connecter
Télécharger Diffchecker Desktop
Comparer le texte
Trouver la différence entre deux fichiers texte
Outils
Historique
Éditeur live
Cacher identiques
Sans retour à la ligne
Vue
Divisé
Unifié
Niveau de précision
Intelligent
Mot
Caractère
Coloration syntaxique
Choisir la syntaxe
Ignorer
Transformer le texte
Aller au premier écart
Modifier l'entrée
Diffchecker Desktop
La façon la plus sécurisée d'utiliser Diffchecker. Obtenez l'application Diffchecker Desktop : vos diffs ne quittent jamais votre ordinateur !
Obtenir Desktop
SV gradle update: build.gradle
Créé
il y a 9 ans
Le diff n'expire jamais
Effacer
Exporter
Partager
Expliquer
5 suppressions
Lignes
Total
Supprimé
Caractères
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
38 lignes
Copier tout
8 ajouts
Lignes
Total
Ajouté
Caractères
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
43 lignes
Copier tout
// Top-level build file where you can add configuration options common to all sub-projects/modules.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply from: 'gradle-scripts/dependencies.gradle'
apply from: 'gradle-scripts/dependencies.gradle'
buildscript {
buildscript {
ext.kotlin_version = '1.1.0'
ext.kotlin_version = '1.1.0'
repositories {
repositories {
jcenter()
jcenter()
}
}
dependencies {
dependencies {
Copier
Copié
Copier
Copié
classpath 'com.android.tools.build:gradle:2.2.3'
Copier
Copié
Copier
Copié
// APT plugin. Used by ButterKnife
classpath 'com.
android
.tools.build:gradle:2.3.3'
classpath 'com.
neenbedankt.gradle.plugins:
android
-apt:1.8'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.realm:realm-gradle-plugin:3.0.0"
classpath "io.realm:realm-gradle-plugin:3.0.0"
classpath 'me.tatarka:gradle-retrolambda:3.6.0'
classpath 'me.tatarka:gradle-retrolambda:3.6.0'
classpath 'com.google.gms:google-services:3.1.0'
classpath 'com.google.gms:google-services:3.1.0'
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.5.0'
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.5.0'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.6.3'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.6.3'
// NOTE: Do not place your application dependencies here; they belong
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
// in the individual module build.gradle files
Copier
Copié
Copier
Copié
}
}
}
}
allprojects {
allprojects {
repositories {
repositories {
jcenter()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://jitpack.io" }
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
}
}
Copier
Copié
Copier
Copié
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xmaxerrs" << "1000"
}
}
}
}
task clean(type: Delete) {
task clean(type: Delete) {
delete rootProject.buildDir
delete rootProject.buildDir
}
}
Différences enregistrées
Texte d'origine
Ouvrir un fichier
// Top-level build file where you can add configuration options common to all sub-projects/modules. apply from: 'gradle-scripts/dependencies.gradle' buildscript { ext.kotlin_version = '1.1.0' repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.2.3' // APT plugin. Used by ButterKnife classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "io.realm:realm-gradle-plugin:3.0.0" classpath 'me.tatarka:gradle-retrolambda:3.6.0' classpath 'com.google.gms:google-services:3.1.0' classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.5.0' classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.6.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } allprojects { repositories { jcenter() maven { url "https://jitpack.io" } maven { url 'https://oss.sonatype.org/content/repositories/snapshots' } } } task clean(type: Delete) { delete rootProject.buildDir }
Texte modifié
Ouvrir un fichier
// Top-level build file where you can add configuration options common to all sub-projects/modules. apply from: 'gradle-scripts/dependencies.gradle' buildscript { ext.kotlin_version = '1.1.0' repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.3.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "io.realm:realm-gradle-plugin:3.0.0" classpath 'me.tatarka:gradle-retrolambda:3.6.0' classpath 'com.google.gms:google-services:3.1.0' classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.5.0' classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.6.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } allprojects { repositories { jcenter() maven { url "https://jitpack.io" } maven { url 'https://oss.sonatype.org/content/repositories/snapshots' } } gradle.projectsEvaluated { tasks.withType(JavaCompile) { options.compilerArgs << "-Xmaxerrs" << "1000" } } } task clean(type: Delete) { delete rootProject.buildDir }
Trouver la différence