lgrignon / jsweet-gradle-plugin

Brings the power of JSweet to Gradle
Apache License 2.0
17 stars 15 forks source link

fix #22 Support a specific "jsweet" source set #23

Closed vorth closed 3 years ago

vorth commented 3 years ago

Addresses https://github.com/lgrignon/jsweet-gradle-plugin/issues/22

This allowed me to have sources for my JSweet transpile task that are NOT considered for my normal Java compile task. This is important because most of the Java code continues to be used in a desktop app, but a few classes are added (and many excluded) to build an adapter layer for use in Javascript.

lgrignon commented 3 years ago

Thanks a lot @vorth

lgrignon commented 3 years ago

Copied to master https://github.com/lgrignon/jsweet-gradle-plugin/commit/ed83aec836788d072ff36c7b21b6bc18ce166b75 will be available both on 3.0 and 2.4