ratpack / example-ratpack-gradle-groovy-app

An example of a Groovy Ratpack app built with Gradle.
37 stars 29 forks source link

Update ratpack.groovy file for ratpack.groovy.Groovy changes #5

Closed dylanmei closed 11 years ago

dylanmei commented 11 years ago

Currently, the example app will fail to run with the following error

ratpack.groovy: 4: unable to resolve class ratpack.groovy.RatpackScript
 @ line 4, column 1.
   import ratpack.groovy.RatpackScript
   ^

And also

ratpack.groovy: 5: unable to resolve class ratpack.groovy.Template
 @ line 5, column 1.
   import ratpack.groovy.Template
   ^

It looks like some bits have been moving around (in a positive way). This pr ensures the sample is back in running order.

ldaley commented 11 years ago

Many thanks!