Update vtm-web-js build
This commit is contained in:
parent
8fc354c96a
commit
6d93aaf57f
@ -36,6 +36,9 @@ gwt {
|
|||||||
gwtVersion = project.ext.gwtVersion
|
gwtVersion = project.ext.gwtVersion
|
||||||
modules 'org.oscim.web.VtmWebJs'
|
modules 'org.oscim.web.VtmWebJs'
|
||||||
|
|
||||||
|
minHeapSize = "512M"
|
||||||
|
maxHeapSize = "2048M"
|
||||||
|
|
||||||
superDev {
|
superDev {
|
||||||
noPrecompile = true
|
noPrecompile = true
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,6 @@ package javax.annotation;
|
|||||||
import java.lang.annotation.ElementType;
|
import java.lang.annotation.ElementType;
|
||||||
import java.lang.annotation.Target;
|
import java.lang.annotation.Target;
|
||||||
|
|
||||||
@Target( { ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE, ElementType.PACKAGE })
|
@Target({ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE, ElementType.PACKAGE})
|
||||||
public @interface CheckReturnValue {
|
public @interface CheckReturnValue {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user