KyoriPowered / indra

A set of Gradle plugins to apply common organization build settings.
MIT License
31 stars 6 forks source link

fix: stupid kotlin issue #134

Closed powercasgamer closed 1 year ago

powercasgamer commented 1 year ago

fixes #132, tested it and it works. Someone smarter than me should probably look some more into this but this "fixes" it at least.

zml2008 commented 1 year ago

The real root of the problem is situations where these values are eagerly initialized. We should modify task configuration to avoid that long-term, but for now though I'm going to change the property flow in a slightly different way.