Skip to content

Commit 577da8d

Browse files
committed
Add temporarily disabled recipe to upgrade dependency version
1 parent effd0e6 commit 577da8d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/main/resources/META-INF/rewrite/rewrite.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ description: Migrate to the Components V2 update.
55
recipeList:
66
- net.dv8tion.MigrateComponentsV2Packages
77
- net.dv8tion.MigrateComponentsV2CustomIdGetters
8+
# - net.dv8tion.MigrateComponentsV2Dependency
9+
10+
---
11+
type: specs.openrewrite.org/v1beta/recipe
12+
name: net.dv8tion.MigrateComponentsV2Dependency
13+
description: Migrate to Components V2 dependency.
14+
recipeList:
15+
- org.openrewrite.java.dependencies.UpgradeDependencyVersion:
16+
groupId: net.dv8tion
17+
artifactId: JDA
18+
newVersion: 5.5.X
819

920
---
1021
type: specs.openrewrite.org/v1beta/recipe

0 commit comments

Comments
 (0)