Lines Matching +full:- +full:- +full:google +full:- +full:java +full:- +full:format +full:- +full:jar
4 google()
14 id "com.github.sherter.google-java-format" version "0.9"
19 google()
24 options.compilerArgs << "-Xlint:all"
36 applicationId "com.google.android.mobly.snippet.bundled"
42 setProperty("archivesBaseName", "mobly-bundled-snippets")
57 // Produces a jar of source files. Needed for compliance reasons.
58 task sourcesJar(type: Jar) {
59 from android.sourceSets.main.java.srcDirs
64 source = android.sourceSets.main.java.srcDirs
75 implementation 'com.google.android.mobly:mobly-snippet-lib:1.2.0'
76 implementation 'com.google.code.gson:gson:2.8.6'
77 implementation 'com.google.guava:guava:30.1-jre'
78 implementation 'com.google.errorprone:error_prone_annotations:2.5.1'
80 testImplementation 'com.google.errorprone:error_prone_annotations:2.5.1'
81 testImplementation 'com.google.guava:guava:30.1-jre'
82 testImplementation 'com.google.truth:truth:1.1.2'
92 def lint_report = "build/reports/lint-results.html"
96 cmd = "xdg-open"