Closed recunius closed 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:
src/main/java/org/wisepersist/gradle/plugins/gwt/AbstractGwtCompile.java
argIfSet("-Xnamespace ", getNamespace());
Good spot. I've fixed it and released a new version 1.1.11. Please try again.
1.1.11
https://plugins.gradle.org/plugin/org.wisepersist.gwt
Working, thanks!
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
: