jsweet-gradle-plugin icon indicating copy to clipboard operation
jsweet-gradle-plugin copied to clipboard

Brings the power of JSweet to Gradle

Results 9 jsweet-gradle-plugin issues
Sort by recently updated
recently updated
newest added

Hello I am trying to use Gradle to generate a [JavaScript module for astronomical coordinate conversion](https://github.com/casangi/coordtxl/tree/bug-report-001). I've worked through all of the issues with avoiding packages which have no corresponding...

The Maven plugin has already exposed this setting, but the Gradle plugin has not. For my purposes, it is essential to allow me to set javaCompilerExtraOptions='-source,1.8,-target,1.8'. I noticed this setting...

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 in `build/xtend/main`. Can I configure...

Since I am using create-react-app I can't make references from my frontend outside the src folder, thus I wanted to have the generated jsweet files in my frontend src folder....

I was checking the jsweet-examples for JSweet3.0 https://github.com/cincheo/jsweet-examples/tree/JSweet3.0 the gradle wrapper comes with 5.6.4 version, if I change it to 6.7, or any 6.x version as much as I tried,...

bug
welcoming contribution

Using Gradle 6.5 and the "legacy plugin application", as Gradle calls it, `./gradlew tasks` works just fine. However, when trying to use the plugin DSL, with this build file: ```...

enhancement
welcoming contribution

JSweet maven plugin is able to watch changes in your JSweet files and transpile them on the fly. Can you please add this feature also to the jsweet-gradle-plugin?

enhancement
welcoming contribution

Do i add these dependencies to the existing dependencies{ ...} section in the build file or do they go above or below it? I run it in intelliJ IDEA but...

I'm working on a number of Java projects which I would like to make available as candies. I've seen the projects from the [j4ts](https://github.com/j4ts) organization, but as far as I...