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
in my project I am using Xtend source files that are in the directory src. The Xtend files are transcompiled to Java and stored in build/xtend/main. Can I configure the jsweet-gradle-plugin that it uses Java files from that folder?
I see the following error message:
Execution failed for task ':jsweet'.
> java.lang.IllegalStateException: basedir src\main\java does not exist
The text was updated successfully, but these errors were encountered:
If it works, could you please create a PR to enhance README for this aspect? Or at least post here your build.gradle to show an example of a working case of alternative source set :)
Hi,
in my project I am using Xtend source files that are in the directory
src
. The Xtend files are transcompiled to Java and stored inbuild/xtend/main
. Can I configure the jsweet-gradle-plugin that it uses Java files from that folder?I see the following error message:
The text was updated successfully, but these errors were encountered: