in this PR i’m trying to make task inputs in a plugin that can be set in a build.gradle file, but for some reason I get a runtime error saying those properties don’t exist: https://github.com/cashapp/sqldelight/pull/2082#discussion_r520255932. tried a bunch of things to try to expose them. is this not possible? feel like i’m just missing something small
v
Vampire
11/11/2020, 8:08 AM
I didn't review in-depth, but I'm not sure what you mean. The build error says you didn't annotate
workQueue
with any input or output annotation.
b
basher
11/12/2020, 4:16 AM
weird! hadn’t gotten to running the full test suite yet, but that should be fixed now. back to figuring out the other issue:
Could not set unknown property 'useClassLoaderIsolation' for task…
Issue turned out to be a local IntelliJ configuration problem. After I fixed the other issue, CI passed + test passes on CLI