Skip to content

Commit a1e350a

Browse files
authored
Update alternative-root-project to remove java formatting. (#2777)
* Update alternative-root-project to remove java formatting. * Remove spurious empty line.
1 parent 202af1d commit a1e350a

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

alternative-root-project.gradle

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,17 @@ 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+
4547
ext {
4648
playServicesVersion = '16.0.1'
4749
supportAnnotationsVersion = '28.0.0'
@@ -55,12 +57,4 @@ ext {
5557

5658
apply from: 'build.gradle'
5759

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

0 commit comments

Comments
 (0)