Skip to content

Instantly share code, notes, and snippets.

@tomgullo
Created February 11, 2015 14:25
Show Gist options
  • Save tomgullo/be2a37442ab0f2b22ad1 to your computer and use it in GitHub Desktop.
Save tomgullo/be2a37442ab0f2b22ad1 to your computer and use it in GitHub Desktop.
//delete jars not wanted in war (ideally exclude in Maven or Gradle)
grails.war.resources = { stagingDir ->
delete(file:"${stagingDir}/WEB-INF/lib/my-jar-name.jar")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment