Skip to content

Commit fbe57e2

Browse files
committed
Update alternative-root-project to remove java formatting.
1 parent 202af1d commit fbe57e2

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

alternative-root-project.gradle

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,18 @@ buildscript {
3333
dependencies {
3434
classpath 'com.android.tools.build:gradle:3.4.3'
3535
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.14'
36-
classpath 'net.ltgt.gradle:gradle-errorprone-plugin:1.2.1'
37-
classpath 'gradle.plugin.com.github.sherter.google-java-format:google-java-format-gradle-plugin:0.8'
38-
classpath 'com.google.gms:google-services:4.3.0'
39-
classpath 'digital.wup:android-maven-publish:3.6.2'
36+
classpath 'net.ltgt.gradle:gradle-errorprone-plugin:1.3.0'
37+
classpath 'gradle.plugin.com.github.sherter.google-java-format:google-java-format-gradle-plugin:0.9'
38+
classpath 'com.google.gms:google-services:4.3.3'
39+
classpath 'digital.wup:android-maven-publish:3.6.3'
4040
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
41-
classpath 'org.jlleitschuh.gradle:ktlint-gradle:7.1.0'
41+
classpath 'org.jlleitschuh.gradle:ktlint-gradle:9.2.1'
4242
}
4343
}
4444

45+
apply from: 'sdkProperties.gradle'
46+
47+
4548
ext {
4649
playServicesVersion = '16.0.1'
4750
supportAnnotationsVersion = '28.0.0'
@@ -55,12 +58,4 @@ ext {
5558

5659
apply from: 'build.gradle'
5760

58-
configure(subprojects) {
59-
afterEvaluate {
60-
tasks.verifyGoogleJavaFormat {
61-
exclude '**/build/classes/**'
62-
}
63-
}
64-
}
65-
6661
apply plugin: MultiProjectReleasePlugin

0 commit comments

Comments
 (0)