spring-projects-experimental / spring-boot-migrator

Spring Boot Migrator (SBM) is a tool for automated code migrations to upgrade or migrate to Spring Boot
Apache License 2.0
438 stars 88 forks source link

Standalone gradle project parser #873

Closed BoykoAlex closed 1 year ago

BoykoAlex commented 1 year ago

This is the Gradle Project Parser able to work with current state of Rewrite projects without any modifications.

This solution would require us to publish the plugin project to Gradle Plugin Portal. Publishing build artifacts to local maven repo makes this solution usable for the demo purposes.