Skip to content

Commit

Permalink
Upgrade wro4j plugin for Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Aug 9, 2024
1 parent cdba5a2 commit 144a96b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 28 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/rewrite/java-version-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ recipeList:
newVersion: 3.6.2
- org.openrewrite.github.SetupJavaUpgradeJavaVersion:
minimumJavaMajorVersion: 11
- org.openrewrite.maven.UpgradePluginVersion:
groupId: ro.isdc.wro4j
artifactId: wro4j-maven-plugin
newVersion: 1.10.1
---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.migrate.javax.AddJaxbDependencies
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/rewrite/java-version-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ recipeList:
groupId: com.sonatype.clm
artifactId: clm-maven-plugin
newVersion: 2.47.6-01
- org.openrewrite.maven.UpgradePluginVersion:
groupId: ro.isdc.wro4j
artifactId: wro4j-maven-plugin
newVersion: 2.1.x
---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.migrate.DeprecatedJavaxSecurityCert
Expand Down
28 changes: 0 additions & 28 deletions src/main/resources/META-INF/rewrite/wro4j-maven-plugin.yml

This file was deleted.

0 comments on commit 144a96b

Please sign in to comment.