oblak/.palantir/revapi.yml
zml 59c5a8310c build: update build-time dependencies, address new warnings (#413)
* build: update build-time dependencies, address new warnings

* build: switch to central repo declaration, remove redundant repositories

* build: use spotless predeclaration, more task avoidance on kotlin modules
2022-12-13 11:13:00 -07:00

12 lines
687 B
YAML

acceptedBreaks:
"1.7.1":
cloud.commandframework:cloud-core:
- code: "java.generics.formalTypeParameterRemoved"
old: "method <T> int cloud.commandframework.arguments.flags.FlagContext::count(java.lang.String)"
new: "method int cloud.commandframework.arguments.flags.FlagContext::count(java.lang.String)"
justification: "no binary break"
cloud.commandframework:cloud-services:
- code: "java.class.nowFinal"
old: "class cloud.commandframework.services.types.ConsumerService.PipeBurst"
new: "class cloud.commandframework.services.types.ConsumerService.PipeBurst"
justification: "no practical effect, the constructor was private already"