File tree 7 files changed +59
-2
lines changed
7 files changed +59
-2
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ It should contain the following entries:
59
59
]
60
60
```
61
61
`metadata-version` key specifies the subdirectory where metadata for tested versions "lives".
62
+ `override` flag allows to express the intent to exclude outdated builtin metadata when set to `true`.
62
63
So, the metadata for `org.example:library:0.0.1` and `org.example:library:0.0.2` is located at `metadata/org.example/library/0.0.1`.
63
64
64
65
Make sure that each supported version is listed in `tested-version`, as that value is used in build tools to match metadata to a specific library.
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "latest" : true ,
4
+ "override" : true ,
5
+ "metadata-version" : " 4.1.80.Final" ,
6
+ "module" : " io.netty:netty-buffer" ,
7
+ "tested-versions" : [
8
+ " 4.1.80.Final"
9
+ ]
10
+ }
11
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "latest" : true ,
4
+ "override" : true ,
5
+ "metadata-version" : " 4.1.80.Final" ,
6
+ "module" : " io.netty:netty-codec-http" ,
7
+ "tested-versions" : [
8
+ " 4.1.80.Final"
9
+ ]
10
+ }
11
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "latest" : true ,
4
+ "override" : true ,
5
+ "metadata-version" : " 4.1.80.Final" ,
6
+ "module" : " io.netty:netty-codec-http2" ,
7
+ "tested-versions" : [
8
+ " 4.1.80.Final"
9
+ ]
10
+ }
11
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "latest" : true ,
4
+ "override" : true ,
5
+ "metadata-version" : " 4.1.80.Final" ,
6
+ "module" : " io.netty:netty-handler" ,
7
+ "tested-versions" : [
8
+ " 4.1.80.Final"
9
+ ]
10
+ }
11
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "latest" : true ,
4
+ "override" : true ,
5
+ "metadata-version" : " 4.1.80.Final" ,
6
+ "module" : " io.netty:netty-resolver-dns" ,
7
+ "tested-versions" : [
8
+ " 4.1.80.Final"
9
+ ]
10
+ }
11
+ ]
Original file line number Diff line number Diff line change 2
2
{
3
3
"latest" : true ,
4
4
"override" : true ,
5
- "metadata-version" : " 4.1.76 .Final" ,
5
+ "metadata-version" : " 4.1.80 .Final" ,
6
6
"module" : " io.netty:netty-transport" ,
7
7
"tested-versions" : [
8
- " 4.1.76.Final"
8
+ " 4.1.76.Final" ,
9
+ " 4.1.80.Final"
9
10
]
10
11
}
11
12
]
You can’t perform that action at this time.
0 commit comments