From a9e2ebaf5b7bda0509f57db47f38dd95babc7b5d Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Tue, 27 Feb 2024 23:34:13 +0100 Subject: [PATCH] Restore root for Timefold and Picnic --- src/main/resources/META-INF/rewrite/category.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/META-INF/rewrite/category.yml b/src/main/resources/META-INF/rewrite/category.yml index d93f7c9..6bce951 100644 --- a/src/main/resources/META-INF/rewrite/category.yml +++ b/src/main/resources/META-INF/rewrite/category.yml @@ -17,6 +17,7 @@ type: specs.openrewrite.org/v1beta/category name: Timefold packageName: ai.timefold.solver.migration +root: true description: | [Timefold](https://timefold.ai/) is the open source AI solver to optimize operations and scheduling in Java, Python or Kotlin. Timefold is a fork of OptaPlanner by its creator and other experts. @@ -31,6 +32,7 @@ description: | type: specs.openrewrite.org/v1beta/category name: Picnic packageName: tech.picnic.errorprone +root: true description: | [Error Prone Support](https://github.com/PicnicSupermarket/error-prone-support) is a Picnic-opinionated extension of Google's [Error Prone](https://github.com/google/error-prone). It aims to improve code quality, focussing on maintainability, consistency and avoidance of common pitfalls.