We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc48fb5 commit b3977b2Copy full SHA for b3977b2
ResourcesGrailsPlugin.groovy
@@ -16,7 +16,7 @@ class ResourcesGrailsPlugin {
16
static DEFAULT_URI_PREFIX = 'static'
17
static DEFAULT_ADHOC_PATTERNS = ["/images/*", "*.css", "*.js"].asImmutable()
18
19
- def version = "1.2.14"
+ def version = "1.2.15-SNAPSHOT"
20
def grailsVersion = "1.3 > *"
21
22
def loadAfter = ['logging'] // retained to ensure correct loading under Grails < 2.0
0 commit comments