We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c6522 commit 7a4a555Copy full SHA for 7a4a555
firestore/integration_test_internal/build.gradle
@@ -51,14 +51,6 @@ android {
51
java.srcDirs = ['src/android/java']
52
res.srcDirs = ['res']
53
}
54
- all {
55
- configurations.getByName(runtimeClasspathConfigurationName) {
56
- attributes.attribute(Attribute.of("org.gradle.jvm.environment", String), "standard-jvm")
57
- }
58
- configurations.getByName(compileClasspathConfigurationName) {
59
60
61
62
63
64
Properties localProperties = new Properties()
0 commit comments