another thing i noticed.. sqldelight duplicates en...
# refreshversions
n
another thing i noticed.. sqldelight duplicates entries in the versions.properties file i have this in there:
Copy code
plugin.com.squareup.sqldelight=version.sqldelight

...

version.sqldelight=1.5.0-SNAPSHOT
after running the task it changes into
Copy code
plugin.com.squareup.sqldelight=1.5.0-SNAPSHOT

plugin.com.squareup.sqldelight=version.sqldelight

...

version.sqldelight=1.5.0-SNAPSHOT
l
If you're using the buildscript way to configure sqlDelight, you'll not get this issue.
n
what is the buildscript way? i configure it in settings ...
Just use the version placeholder instad, or use
Square.sqlDelight.gradlePlugin
The buildscript way is the documented way
n
i actually moved sqldelight into the included build and apply it via plugin.. maybe i do not even need to have it in the plugins block of the main project anymore..
jep that seemed to fix it..