kotlin-hands-on/advent-of-code-kotlin-template-amper

Template cleanup workflow removes Amper plugin from settings.gradle.kts

Syex opened this issue · 1 comments

Syex commented

Hi,

I've just used your template and had issues running the generated project. From Fleet 1.27 there was no option to run the project.

The commit run by your template cleanup action removed the Amper plugin from the project, hence I could't run it.

After restoring the plugin application it seems to work as expected now.

Edit: Sorry the workflow is not removing the plugin, but simply misses the code to apply it and hence it gets deleted when the workflow moves the template files.

hsz commented

Thanks for spotting, Tom!