i getting this error
% gradle build [ant:javac] Hello.java:2: error: package javax.persistence does not exist Hello.java:2: import javax.persistence.*;
what should i add to gradle.build to include
/opt/glassfish3/glassfish/modules/javax.persistence.jar
thx