steffenschaefer / gwt-gradle-plugin

Gradle plugin to support GWT (http://www.gwtproject.org/) related tasks.
Other
117 stars 45 forks source link

Support jsInteropMode "JS_RC" #94

Open amirtoole opened 9 years ago

amirtoole commented 9 years ago

With new jsInterop specs out for 2.8.0-SNAPSHOT (https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/view?hl=en-GB&forcehl=1) we need support for this.

Is there a quick work-around to pass this as an argument?

I've tried (with no luck): args = '-XjsInteropMode JS_RC'

amirtoole commented 9 years ago

I'll answer my own question in case anyone else comes across this: Need to wrap this in a specific task. Super Dev example: gwtSuperDev { args '-XjsInteropMode' args 'JS_RC' }

komasoftware commented 8 years ago

:+1: