You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would set sourcePath to ./ instead of ./spec or ./specification
The vast majority of generators set the output automatically, e.g. <buildDir>/generated/source/<name>. This directory is also added to sourceSets automatically. I would assume that the generator will behave the same way.
The text was updated successfully, but these errors were encountered:
Partly depends on #22
the minimum Gradle plugin / task setting is e.g. the following:
sourcePath
to./
instead of./spec
or./specification
<buildDir>/generated/source/<name>
. This directory is also added tosourceSets
automatically. I would assume that the generator will behave the same way.The text was updated successfully, but these errors were encountered: