Skip to content

Commit 6a14ec8

Browse files
committed
Upgrade to Grace Asset Pipeline Plugin 7.0.0-M1
Closes gh-36 Closes gh-37
1 parent da6ed97 commit 6a14ec8

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

build.gradle

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717
}
1818
dependencies {
1919
classpath "org.graceframework:grace-gradle-plugin:$graceVersion"
20-
// classpath "org.graceframework.plugins:asset-pipeline-gradle:$assetPipelineVersion"
20+
classpath "org.graceframework.plugins:asset-pipeline-gradle:$assetPipelineVersion"
2121
classpath "com.github.erdi:webdriver-binaries-gradle-plugin:$webdriverBinariesVersion"
2222
classpath "org.graceframework.plugins:views-gradle:$graceViewsVersion"
2323
classpath "io.github.gradle-nexus:publish-plugin:2.0.0"
@@ -96,11 +96,9 @@ subprojects { project ->
9696
apply plugin: 'groovy'
9797

9898
if (project.name.contains('grace')) {
99-
apply plugin:"org.graceframework.grace-web"
100-
apply plugin:"org.graceframework.grace-gsp"
101-
// Execution failed for task ':examples-grace-hibernate5-mongodb:assetCompile'.
102-
// > java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: 'void groovy.lang.IntRange.<init>(boolean, boolean, int, int)'
103-
// apply plugin: "org.graceframework.asset-pipeline"
99+
apply plugin: "org.graceframework.grace-web"
100+
apply plugin: "org.graceframework.grace-gsp"
101+
apply plugin: "org.graceframework.asset-pipeline"
104102
}
105103

106104
boolean usesGeb = project.name.contains('grace-hibernate5-mongodb') || project.name.contains('grace-mongodb') || project.name.contains('grace-mongodb-database-per-tenant')|| project.name.contains('grace-rxmongodb')

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
projectVersion=2024.0.0-SNAPSHOT
2-
assetPipelineVersion=6.3.0
2+
assetPipelineVersion=7.0.0-M1
33
datastoreVersion=2023.3.0
44
graceVersion=2024.0.0-M1
55
graceViewsVersion=6.3.0

0 commit comments

Comments
 (0)