Is your feature request related to a problem?
As a part of the GraalVM Reachability Metadata 1.0 release, we should remove the index file located in the metadata directory.
Describe the solution you'd like
This index file IS parsed by buildtools, so we need to be sure that removing it won't break builds of buildtools by changing how data is parsed NBT-side, probably by moving some of the important fields to the remanining index.json file.
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem?
As a part of the GraalVM Reachability Metadata 1.0 release, we should remove the index file located in the
metadatadirectory.Describe the solution you'd like
This index file IS parsed by buildtools, so we need to be sure that removing it won't break builds of buildtools by changing how data is parsed NBT-side, probably by moving some of the important fields to the remanining
index.jsonfile.Describe alternatives you've considered
No response
Additional context
No response