File tree 11 files changed +17
-23
lines changed
11 files changed +17
-23
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " maven-publish"
3
+
4
+ id " me.champeau.gradle.japicmp"
3
5
}
4
6
5
7
description = " gRPC: Auth"
Original file line number Diff line number Diff line change @@ -413,30 +413,10 @@ subprojects {
413
413
}
414
414
maxHeapSize = ' 1500m'
415
415
}
416
- }
417
416
418
- // Run with: ./gradlew japicmp --continue
419
- def baselineGrpcVersion = ' 1.6.1'
420
- def publicApiSubprojects = [
421
- // TODO: uncomment after grpc-alts, grpc-bom artifact is published.
422
- // ':grpc-alts',
423
- // ':grpc-api',
424
- ' :grpc-auth' ,
425
- // ':grpc-bom',
426
- ' :grpc-context' ,
427
- ' :grpc-core' ,
428
- ' :grpc-grpclb' ,
429
- ' :grpc-netty' ,
430
- ' :grpc-okhttp' ,
431
- ' :grpc-protobuf' ,
432
- ' :grpc-protobuf-lite' ,
433
- ' :grpc-stub' ,
434
- ' :grpc-testing' ,
435
- ]
436
-
437
- publicApiSubprojects. each { name ->
438
- project(" :$name " ) {
439
- apply plugin : ' me.champeau.gradle.japicmp'
417
+ // Run with: ./gradlew japicmp --continue
418
+ plugins. withId(" me.champeau.gradle.japicmp" ) {
419
+ def baselineGrpcVersion = ' 1.6.1'
440
420
441
421
// Get the baseline version's jar for this subproject
442
422
File baselineArtifact = null
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " maven-publish"
3
3
4
+ id " me.champeau.gradle.japicmp"
4
5
id " me.champeau.gradle.jmh"
5
6
}
6
7
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " maven-publish"
3
3
4
+ id " me.champeau.gradle.japicmp"
4
5
id " me.champeau.gradle.jmh"
5
6
}
6
7
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ plugins {
2
2
id " maven-publish"
3
3
4
4
id " com.google.protobuf"
5
+ id " me.champeau.gradle.japicmp"
5
6
}
6
7
7
8
description = " gRPC: GRPCLB LoadBalancer plugin"
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " maven-publish"
3
3
4
+ id " me.champeau.gradle.japicmp"
4
5
id " me.champeau.gradle.jmh"
5
6
}
6
7
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " maven-publish"
3
+
4
+ id " me.champeau.gradle.japicmp"
3
5
}
4
6
5
7
description = " gRPC: OkHttp"
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ plugins {
2
2
id " maven-publish"
3
3
4
4
id " com.google.protobuf"
5
+ id " me.champeau.gradle.japicmp"
5
6
}
6
7
7
8
description = ' gRPC: Protobuf Lite'
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ plugins {
2
2
id " maven-publish"
3
3
4
4
id " com.google.protobuf"
5
+ id " me.champeau.gradle.japicmp"
5
6
}
6
7
7
8
description = ' gRPC: Protobuf'
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " maven-publish"
3
+
4
+ id " me.champeau.gradle.japicmp"
3
5
}
4
6
5
7
description = " gRPC: Stub"
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " maven-publish"
3
+
4
+ id " me.champeau.gradle.japicmp"
3
5
}
4
6
5
7
description = " gRPC: Testing"
You can’t perform that action at this time.
0 commit comments