File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
grails-gradle-plugin/src/main/groovy/org/grails/gradle/plugin/web/gsp Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ micronautSpringVersion=1.0.0.RC1
88gradleSdkVendorVersion =1.1.1
99jaxbVersion =2.3.1
1010javaxAnnotationApiVersion =1.3.2
11- datastoreVersion =7.0.0.RC1
11+ datastoreVersion =7.0.0.RC2
1212antVersion =1.9.7
1313aspectjVersion =1.9.2
1414gdocEngineVersion =1.0.1
Original file line number Diff line number Diff line change 1- hibernate5 =7.0.0.RC1
2- mongodb =7.0.0.RC1
3- neo4j =7.0.0.RC1
1+ hibernate5 =7.0.0.RC2
2+ mongodb =7.0.0.RC2
3+ neo4j =7.0.0.RC2
44cache =4.0.0
55rxjava =1.1.1
66rxjava2 =2.0.0
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class GroovyPagePlugin implements Plugin<Project> {
7272 war. classpath = war. classpath + project. files(destDir)
7373 }
7474 allTasks. withType(Jar ) { Jar jar ->
75- if (! (jar instanceof War ) && (jar. name == ' jar' )) {
75+ if (! (jar instanceof War ) && (jar. name == ' jar' || jar . name == ' bootJar ' )) {
7676 jar. dependsOn compileGroovyPages
7777 jar. from destDir
7878 }
You can’t perform that action at this time.
0 commit comments