File tree
110 files changed
+426
-230
lines changed- wire-gradle-plugin
- src/test
- kotlin/com/squareup/wire/gradle
- projects
- cache-include-paths-1
- cache-include-paths-2
- cache-relocation-1
- cache-relocation-2
- configuration-cache-failure
- consecutive-runs
- custom-output
- custom-output-no-such-class
- customize-configuration
- customize-task
- different-java-out
- different-kotlin-out
- different-proto-out
- do-not-emit-wire-runtime-protos
- dry-run
- emit-java-options
- emit-java-then-emit-kotlin
- emit-kotlin-and-emit-java
- emit-kotlin-options
- emit-kotlin-then-emit-java
- emit-options-with-includes
- emit-options-without-conflicts
- emit-proto
- emit-proto-with-prune
- emit-proto-with-root
- emit-service
- emit-service-name-suffix
- emit-service-none
- emit-service-two-ways
- field-prune
- field-prunes
- field-root
- field-roots
- field-rule-prune
- field-rule-root
- java-project-java-protos
- java-project-kotlin-protos
- kotlin-enum-mode
- kotlin-multiplatform
- kotlin-project-java-protos
- kotlin-project-kotlin-protos
- kotlinsourcesjar
- listener
- listener-no-such-class
- missing-kotlin-plugin
- missing-plugin
- move-message
- only-version
- opaque-message
- package-cycles
- package-cycles-permitted
- project-dependencies
- dinosaurs
- geology
- location
- project-dependencies-typesafe-accessor
- dinosaurs
- geology
- location
- proto-library
- protopath-maven
- reject-unused
- require-target
- since-until
- sourceaar-local-protopath
- sourcedir-exclude
- sourcedir-include
- sourcejar-local-many-files
- sourcejar-local-nonproto-file
- sourcejar-local-single-file
- sourcejar-mixed-conflicts
- sourcejar-remote-many-files
- sourcejar-remote-protopath
- sourcejar-remote-version-catalog
- sourcejar-remote-wildcards
- sourcepath-and-protopath-intersect
- sourcepath-build-dir
- sourcepath-default
- sourcepath-dir
- sourcepath-file
- sourcepath-maven
- sourcepath-maven-single-file
- sourcepath-no-sources
- sourcepath-nonexistent-dir
- sourcepath-nonexistent-srcdir
- sourcepath-nonexistent-srcdir-with-protopath
- sourcepath-uri
- sourcetree-many-srcdirs
- sourcetree-one-srcdir-many-files
- sourcetree-one-srcdir-one-file
- sourcezip-local-protopath
- task-dependency
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
110 files changed
+426
-230
lines changedDiff for: wire-gradle-plugin/build.gradle.kts
+9-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
42 |
| - | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
| |||
55 | 56 |
| |
56 | 57 |
| |
57 | 58 |
| |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
58 | 66 |
| |
59 | 67 |
| |
60 | 68 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
51 | 50 |
| |
52 | 51 |
| |
53 | 52 |
| |
| |||
58 | 57 |
| |
59 | 58 |
| |
60 | 59 |
| |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| |||
456 | 456 |
| |
457 | 457 |
| |
458 | 458 |
| |
459 |
| - | |
| 459 | + | |
460 | 460 |
| |
461 | 461 |
| |
462 | 462 |
| |
| |||
646 | 646 |
| |
647 | 647 |
| |
648 | 648 |
| |
649 |
| - | |
| 649 | + | |
650 | 650 |
| |
651 | 651 |
| |
652 | 652 |
| |
| |||
660 | 660 |
| |
661 | 661 |
| |
662 | 662 |
| |
663 |
| - | |
| 663 | + | |
664 | 664 |
| |
665 | 665 |
| |
666 | 666 |
| |
| |||
674 | 674 |
| |
675 | 675 |
| |
676 | 676 |
| |
677 |
| - | |
| 677 | + | |
678 | 678 |
| |
679 | 679 |
| |
680 | 680 |
| |
| |||
688 | 688 |
| |
689 | 689 |
| |
690 | 690 |
| |
691 |
| - | |
| 691 | + | |
692 | 692 |
| |
693 | 693 |
| |
694 | 694 |
| |
| |||
701 | 701 |
| |
702 | 702 |
| |
703 | 703 |
| |
704 |
| - | |
| 704 | + | |
705 | 705 |
| |
706 | 706 |
| |
707 | 707 |
| |
| |||
729 | 729 |
| |
730 | 730 |
| |
731 | 731 |
| |
732 |
| - | |
| 732 | + | |
733 | 733 |
| |
734 | 734 |
| |
735 | 735 |
| |
| |||
973 | 973 |
| |
974 | 974 |
| |
975 | 975 |
| |
| 976 | + | |
976 | 977 |
| |
977 | 978 |
| |
978 | 979 |
| |
| |||
1219 | 1220 |
| |
1220 | 1221 |
| |
1221 | 1222 |
| |
1222 |
| - | |
| 1223 | + | |
1223 | 1224 |
| |
1224 | 1225 |
| |
1225 | 1226 |
| |
| |||
1247 | 1248 |
| |
1248 | 1249 |
| |
1249 | 1250 |
| |
1250 |
| - | |
| 1251 | + | |
1251 | 1252 |
| |
1252 | 1253 |
| |
1253 | 1254 |
| |
| |||
1261 | 1262 |
| |
1262 | 1263 |
| |
1263 | 1264 |
| |
1264 |
| - | |
| 1265 | + | |
1265 | 1266 |
| |
1266 | 1267 |
| |
1267 | 1268 |
| |
| |||
1284 | 1285 |
| |
1285 | 1286 |
| |
1286 | 1287 |
| |
1287 |
| - | |
| 1288 | + | |
1288 | 1289 |
| |
1289 | 1290 |
| |
1290 | 1291 |
| |
| |||
1296 | 1297 |
| |
1297 | 1298 |
| |
1298 | 1299 |
| |
1299 |
| - | |
| 1300 | + | |
1300 | 1301 |
| |
1301 | 1302 |
| |
1302 | 1303 |
| |
| |||
1320 | 1321 |
| |
1321 | 1322 |
| |
1322 | 1323 |
| |
1323 |
| - | |
| 1324 | + | |
1324 | 1325 |
| |
1325 | 1326 |
| |
1326 | 1327 |
| |
| |||
1336 | 1337 |
| |
1337 | 1338 |
| |
1338 | 1339 |
| |
1339 |
| - | |
| 1340 | + | |
1340 | 1341 |
| |
1341 | 1342 |
| |
1342 | 1343 |
| |
| |||
1355 | 1356 |
| |
1356 | 1357 |
| |
1357 | 1358 |
| |
1358 |
| - | |
| 1359 | + | |
1359 | 1360 |
| |
1360 | 1361 |
| |
1361 | 1362 |
| |
| |||
1365 | 1366 |
| |
1366 | 1367 |
| |
1367 | 1368 |
| |
1368 |
| - | |
| 1369 | + | |
1369 | 1370 |
| |
1370 | 1371 |
| |
1371 | 1372 |
| |
| |||
1379 | 1380 |
| |
1380 | 1381 |
| |
1381 | 1382 |
| |
1382 |
| - | |
| 1383 | + | |
1383 | 1384 |
| |
1384 | 1385 |
| |
1385 | 1386 |
| |
| |||
1391 | 1392 |
| |
1392 | 1393 |
| |
1393 | 1394 |
| |
1394 |
| - | |
| 1395 | + | |
1395 | 1396 |
| |
1396 | 1397 |
| |
1397 | 1398 |
| |
1398 | 1399 |
| |
1399 | 1400 |
| |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
1400 | 1422 |
| |
1401 | 1423 |
| |
1402 | 1424 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
This file was deleted.
0 commit comments