Skip to content

Commit

Permalink
move asset-pipeline Gradle plugin version to one location
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Dec 20, 2024
1 parent 2e30bf9 commit 91e2f78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/grails3-hibernate5-mongodb/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.bertramlabs.asset-pipeline" version "5.0.4"
id "com.bertramlabs.asset-pipeline" version "$assetPipelineVersion"
}

group "examples"
Expand Down
2 changes: 1 addition & 1 deletion examples/grails3-mongodb-database-per-tenant/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.bertramlabs.asset-pipeline" version "5.0.4"
id "com.bertramlabs.asset-pipeline" version "$assetPipelineVersion"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion examples/grails3-mongodb/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.bertramlabs.asset-pipeline" version "5.0.4"
id "com.bertramlabs.asset-pipeline" version "$assetPipelineVersion"
}

group "examples"
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
projectVersion=9.0.0-SNAPSHOT
assetPipelineVersion=5.0.4
asciidoctorGradleVersion=4.0.3
datastoreVersion=9.0.0-SNAPSHOT
gradleNexusPublishPluginVersion=1.3.0
Expand Down

2 comments on commit 91e2f78

@matrei
Copy link
Contributor

@matrei matrei commented on 91e2f78 Dec 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jamesfredley Do we even need the asset-pipeline-gradle plugin in the test projects?

@jamesfredley
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@matrei They were not. PR updated.

Please sign in to comment.