Commit eb9d272
committed
Use
Since we have moved all the version management for Gradle to the TOML,
there is no need to extract `ext` `protobufVersion` & `grpcVersion` entries.
* Use `libs.versions.protobufVersion.get()` & `libs.versions.grpcVersion.get()`
directly in the `protobuf` Gradle plugin
This way main `build.gradle` becomes more cleaner and consicelibs.versions directly for protobuf & grpc plugins1 parent 20e2228 commit eb9d272
1 file changed
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
| |||
449 | 446 | | |
450 | 447 | | |
451 | 448 | | |
452 | | - | |
| 449 | + | |
453 | 450 | | |
454 | 451 | | |
455 | 452 | | |
| |||
566 | 563 | | |
567 | 564 | | |
568 | 565 | | |
569 | | - | |
| 566 | + | |
570 | 567 | | |
571 | 568 | | |
572 | 569 | | |
573 | | - | |
| 570 | + | |
574 | 571 | | |
575 | 572 | | |
576 | 573 | | |
| |||
0 commit comments