Skip to content

Commit

Permalink
Merge branch 'main' into quarkus-update-recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Feb 27, 2024
2 parents 90438ee + fe2d6b6 commit 5b20b08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ tasks.withType<ShadowJar> {
include(dependency("org.axonframework:axon-migration"))
include(dependency("tech.picnic.error-prone-support:error-prone-contrib"))
}
// Binary files for ErrorProne; not needed for recipes
exclude("**/*.refaster")
// Redeclares existing Quarkus and OpenRewrite recipes
exclude("**/ToLatest9.yml")
}
4 changes: 1 addition & 3 deletions src/main/resources/META-INF/rewrite/category.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
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.
Expand All @@ -31,8 +30,7 @@ description: |
---
type: specs.openrewrite.org/v1beta/category
name: Picnic
packageName: tech.picnic
root: true
packageName: tech.picnic.errorprone
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.
Expand Down

0 comments on commit 5b20b08

Please sign in to comment.