Skip to content

Commit

Permalink
added eventSetClasspath to set grails.server.factory
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Siprell committed Oct 22, 2013
1 parent e911d3a commit 6cc8491
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/_Events.groovy
Expand Up @@ -2,4 +2,8 @@
eventGenerateWebXmlEnd = {
packagePluginsForWar("${basedir}/web-app")
System.setProperty("grails.server.factory", "org.grails.jetty.JettyServerFactory")
}
}

eventSetClasspath = {
System.setProperty("grails.server.factory", "org.grails.jetty.JettyServerFactory")
}

0 comments on commit 6cc8491

Please sign in to comment.