cosminpolifronie / gradle-plantuml-plugin

A simple Gradle plugin to render PlantUML files
MIT License
10 stars 5 forks source link

Refac2gradle8 #13

Open rdomingonl opened 10 months ago

rdomingonl commented 10 months ago

Problem Previous implementation didn't run using gradle 8 because of some api changes in gradle.

Beause of this running the plantUml plugin failed

Task :plantUml FAILED [PlantUml] Gradle cannot use an incremental build - rendering everything ... FAILURE: Build failed with an exception.

Solution I refactored implementation using the new gradle 8 api's and all seems to work again.

TODO The test passes, but I haven't tested the plugin from cli.

rdomingonl commented 10 months ago

@cosminpolifronie can you please review my pull request?