We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effd0e6 commit 577da8dCopy full SHA for 577da8d
src/main/resources/META-INF/rewrite/rewrite.yml
@@ -5,6 +5,17 @@ description: Migrate to the Components V2 update.
5
recipeList:
6
- net.dv8tion.MigrateComponentsV2Packages
7
- 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
19
20
---
21
type: specs.openrewrite.org/v1beta/recipe
0 commit comments