Add fix to Wro4j Maven plugin

This commit is contained in:
atsmgv 2024-06-24 13:53:35 +02:00
parent d687150b6d
commit 6d75105c13
2 changed files with 11 additions and 0 deletions

View file

@ -214,6 +214,7 @@
<exportDatatables>true</exportDatatables> <exportDatatables>true</exportDatatables>
<activeRecipes> <activeRecipes>
<recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3</recipe> <recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3</recipe>
<recipe>com.example.UpgradeWro4jPluginVersion</recipe>
</activeRecipes> </activeRecipes>
</configuration> </configuration>
<dependencies> <dependencies>

10
rewrite.yml Normal file
View file

@ -0,0 +1,10 @@
---
type: specs.openrewrite.org/v1beta/recipe
name: com.example.UpgradeWro4jPluginVersion
displayName: Upgrade Wro4j Maven plugin version
recipeList:
- org.openrewrite.maven.UpgradePluginVersion:
groupId: ro.isdc.wro4j
artifactId: wro4j-maven-plugin
newVersion: 2.1.1