Skip to content

Instantly share code, notes, and snippets.

@dongyuwei
Created June 10, 2014 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dongyuwei/953cfa343635613703b3 to your computer and use it in GitHub Desktop.
Save dongyuwei/953cfa343635613703b3 to your computer and use it in GitHub Desktop.
export JAVA_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"
if [ -f ./gradlew ]; then
./gradlew "$@"
else
gradle "$@"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment