Skip to content

Instantly share code, notes, and snippets.

@antonarhipov
Created April 4, 2015 17:06
Show Gist options
  • Save antonarhipov/c3331f28bc7fe087e2c3 to your computer and use it in GitHub Desktop.
Save antonarhipov/c3331f28bc7fe087e2c3 to your computer and use it in GitHub Desktop.
Setting up XRebel for Grails 3, DSL version
//in build.gradle:
tasks.withType(JavaExec) { jvmArgs "-javaagent:xrebel.jar" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment