Diff
checker
텍스트
텍스트
이미지
문서
Excel
폴더
Legal
Enterprise
데스크톱
요금제
로그인
데스크톱 앱 다운로드
텍스트 비교
두 텍스트 파일의 차이점을 찾아보세요
도구
기록
실시간 편집
변경 없는 행 숨기기
줄바꿈 비활성화
레이아웃
나란히 보기
합쳐 보기
비교 단위
스마트
단어
글자
구문 강조
언어 선택
제외
텍스트 변환
첫 변경으로
수정
Diffchecker Desktop
가장 안전하게 Diffchecker를 사용하는 방법. 데스크톱 앱을 사용하면 비교 데이터가 외부로 전송되지 않습니다!
데스크톱 앱 받기
SV gradle update: build.gradle
생성일
9년 전
비교 결과 만료 없음
초기화
내보내기
공유
설명
5 삭제
행
총
삭제
글자
총
삭제
이 기능을 계속 사용하려면 업그레이드해 주세요
Diff
checker
Pro
요금제 보기
38 행
복사
8 추가
행
총
추가
글자
총
추가
이 기능을 계속 사용하려면 업그레이드해 주세요
Diff
checker
Pro
요금제 보기
43 행
복사
// 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 {
복사
복사됨
복사
복사됨
classpath 'com.android.tools.build:gradle:2.2.3'
복사
복사됨
복사
복사됨
// 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
복사
복사됨
복사
복사됨
}
}
}
}
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' }
}
}
복사
복사됨
복사
복사됨
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xmaxerrs" << "1000"
}
}
}
}
task clean(type: Delete) {
task clean(type: Delete) {
delete rootProject.buildDir
delete rootProject.buildDir
}
}
저장된 비교 결과
원본
파일 열기
// 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 }
수정본
파일 열기
// 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 }
비교하기