Skip to content

Commit 5ff54bc

Browse files
committed
feat(curations): Set VCS path for some com.squareup.retrofit2 libs
See also https://github.com/square/retrofit. Signed-off-by: Frank Viernau <[email protected]>
1 parent aafe062 commit 5ff54bc

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Maven:com.squareup.retrofit2:converter-gson:"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "retrofit-converters/gson"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Maven:com.squareup.retrofit2:converter-moshi:"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "retrofit-converters/moshi"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Maven:com.squareup.retrofit2:retrofit:"
2+
curations:
3+
comment: |
4+
Set the VCS path of the module inside the multi-module
5+
repository.
6+
vcs:
7+
path: "retrofit"

0 commit comments

Comments
 (0)