File tree Expand file tree Collapse file tree 9 files changed +21
-21
lines changed Expand file tree Collapse file tree 9 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
10
10
}
11
11
12
12
android {
13
- namespace ' io.grpc.android.integrationtest'
13
+ namespace = ' io.grpc.android.integrationtest'
14
14
sourceSets {
15
15
main {
16
16
java {
@@ -41,7 +41,7 @@ android {
41
41
versionCode 1
42
42
versionName " 1.0"
43
43
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
44
- multiDexEnabled true
44
+ multiDexEnabled = true
45
45
}
46
46
buildTypes {
47
47
debug { minifyEnabled false }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
description = ' gRPC: Android'
8
8
9
9
android {
10
- namespace ' io.grpc.android'
10
+ namespace = ' io.grpc.android'
11
11
compileOptions {
12
12
sourceCompatibility JavaVersion . VERSION_1_8
13
13
targetCompatibility JavaVersion . VERSION_1_8
@@ -20,7 +20,7 @@ android {
20
20
versionName " 1.0"
21
21
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
22
22
}
23
- lintOptions { abortOnError true }
23
+ lintOptions { abortOnError = true }
24
24
publishing {
25
25
singleVariant(' release' ) {
26
26
withSourcesJar()
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
description = ' gRPC BinderChannel'
7
7
8
8
android {
9
- namespace ' io.grpc.binder'
9
+ namespace = ' io.grpc.binder'
10
10
compileSdkVersion 34
11
11
compileOptions {
12
12
sourceCompatibility 1.8
@@ -18,16 +18,16 @@ android {
18
18
versionCode 1
19
19
versionName " 1.0"
20
20
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
21
- multiDexEnabled true
21
+ multiDexEnabled = true
22
22
}
23
- lintOptions { abortOnError false }
23
+ lintOptions { abortOnError = false }
24
24
publishing {
25
25
singleVariant(' release' ) {
26
26
withSourcesJar()
27
27
withJavadocJar()
28
28
}
29
29
}
30
- testFixtures { enable true }
30
+ testFixtures { enable = true }
31
31
}
32
32
33
33
repositories {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ subprojects {
25
25
26
26
repositories {
27
27
maven { // The google mirror is less flaky than mavenCentral()
28
- url " https://maven-central.storage-download.googleapis.com/maven2/"
28
+ url = " https://maven-central.storage-download.googleapis.com/maven2/"
29
29
metadataSources {
30
30
mavenPom()
31
31
ignoreGradleMetadataRedirection()
@@ -241,9 +241,9 @@ subprojects {
241
241
tasks. named(" test" ). configure {
242
242
testLogging {
243
243
exceptionFormat = ' full'
244
- showExceptions true
245
- showCauses true
246
- showStackTraces true
244
+ showExceptions = true
245
+ showCauses = true
246
+ showStackTraces = true
247
247
}
248
248
maxHeapSize = ' 1500m'
249
249
}
@@ -410,7 +410,7 @@ subprojects {
410
410
}
411
411
412
412
signing {
413
- required false
413
+ required = false
414
414
sign publishing. publications. maven
415
415
}
416
416
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
40
40
}
41
41
42
42
tasks. named(" javadoc" ). configure {
43
- failOnError false // no public or protected classes found to document
43
+ failOnError = false // no public or protected classes found to document
44
44
exclude ' io/grpc/census/internal/**'
45
45
exclude ' io/grpc/census/Internal*'
46
46
}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
11
11
}
12
12
13
13
android {
14
- namespace ' io.grpc.cronet'
14
+ namespace = ' io.grpc.cronet'
15
15
compileSdkVersion 33
16
16
defaultConfig {
17
17
minSdkVersion 21
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ tasks.named("compileJava").configure {
50
50
51
51
tasks. named(" javadoc" ). configure {
52
52
// Do not publish javadoc since currently there is no public API.
53
- failOnError false // no public or protected classes found to document
53
+ failOnError = false // no public or protected classes found to document
54
54
exclude ' io/grpc/lookup/v1/**'
55
55
exclude ' io/grpc/rls/*Provider.java'
56
56
exclude ' io/grpc/rls/internal/**'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pluginManagement {
9
9
// https://github.com/GoogleCloudPlatform/appengine-plugins/releases
10
10
id " com.google.cloud.tools.appengine" version " 2.8.0"
11
11
// https://github.com/GoogleContainerTools/jib/blob/master/jib-gradle-plugin/CHANGELOG.md
12
- id " com.google.cloud.tools.jib" version " 3.4.4 "
12
+ id " com.google.cloud.tools.jib" version " 3.4.5 "
13
13
// https://github.com/google/osdetector-gradle-plugin/tags
14
14
id " com.google.osdetector" version " 1.7.3"
15
15
// https://github.com/google/protobuf-gradle-plugin/releases
@@ -21,11 +21,11 @@ pluginManagement {
21
21
// https://github.com/melix/japicmp-gradle-plugin/blob/master/CHANGELOG.txt
22
22
id " me.champeau.gradle.japicmp" version " 0.4.2"
23
23
// https://github.com/melix/jmh-gradle-plugin/releases
24
- id " me.champeau.jmh" version " 0.7.2 "
24
+ id " me.champeau.jmh" version " 0.7.3 "
25
25
// https://github.com/tbroyer/gradle-errorprone-plugin/releases
26
- id " net.ltgt.errorprone" version " 4.1 .0"
26
+ id " net.ltgt.errorprone" version " 4.3 .0"
27
27
// https://github.com/xvik/gradle-animalsniffer-plugin/releases
28
- id " ru.vyarus.animalsniffer" version " 2.0.0 "
28
+ id " ru.vyarus.animalsniffer" version " 2.0.1 "
29
29
}
30
30
resolutionStrategy {
31
31
eachPlugin {
You can’t perform that action at this time.
0 commit comments