jiakuan / gwt-gradle-plugin

Gradle plugin to support GWT related tasks.
https://gwt-gradle.docstr.org
Other
63 stars 34 forks source link

-Xnamespace argument being added with trailing spaces #42

Closed recunius closed 3 years ago

recunius commented 3 years ago

I am trying to set -Xnamespace to NONE but when doing so receive the error "Unknown argument: -Xnamespace ".

I believe this might be caused by line 66 of src/main/java/org/wisepersist/gradle/plugins/gwt/AbstractGwtCompile.java:

argIfSet("-Xnamespace ", getNamespace());

jiakuan commented 3 years ago

Good spot. I've fixed it and released a new version 1.1.11. Please try again.

https://plugins.gradle.org/plugin/org.wisepersist.gwt

recunius commented 3 years ago

Working, thanks!