-
Notifications
You must be signed in to change notification settings - Fork 951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 'asset-pipeline-gradle,
grails-datastore-gorm-mongodb and
views-gradle to
grails-bom`
#13872
Changes from 3 commits
1a20b0d
6308047
920e70f
a821029
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ ext { | |
// version name = versionNameOverride ?: artifactId-prefixes[0] | ||
dependenciesOverview = """\ | ||
com.bertramlabs.plugins:asset-pipeline-grails:: | ||
com.bertramlabs.plugins:asset-pipeline-gradle:: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you are not using SCOTL format. Shouldn't that be There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is intentional. They have indeed been out of sync. There is for example no mattias@mattias-z4-linux:~/test/g622app$ mcs com.bertramlabs.plugins:asset-pipeline-grails:4*
Searching for com.bertramlabs.plugins:asset-pipeline-grails:4*...
Found 7 results
Coordinates Last updated
=========== ============
com.bertramlabs.plugins:asset-pipeline-grails:4.5.2 07 Nov 2024 at 19:38 (CET)
com.bertramlabs.plugins:asset-pipeline-grails:4.5.1 25 Jul 2024 at 18:00 (CEST)
com.bertramlabs.plugins:asset-pipeline-grails:4.5.0 25 Jul 2024 at 17:11 (CEST)
com.bertramlabs.plugins:asset-pipeline-grails:4.3.0 01 May 2023 at 18:20 (CEST)
com.bertramlabs.plugins:asset-pipeline-grails:4.2.0 11 Apr 2023 at 17:36 (CEST)
com.bertramlabs.plugins:asset-pipeline-grails:4.1.0 03 Mar 2023 at 17:57 (CET)
com.bertramlabs.plugins:asset-pipeline-grails:4.0.0 03 Nov 2022 at 16:29 (CET)
mattias@mattias-z4-linux:~/test/g622app$ mcs com.bertramlabs.plugins:asset-pipeline-gradle:4*
Searching for com.bertramlabs.plugins:asset-pipeline-gradle:4*...
Found 8 results
Coordinates Last updated
=========== ============
com.bertramlabs.plugins:asset-pipeline-gradle:4.5.1 25 Jul 2024 at 18:00 (CEST)
com.bertramlabs.plugins:asset-pipeline-gradle:4.5.0 25 Jul 2024 at 17:11 (CEST)
com.bertramlabs.plugins:asset-pipeline-gradle:4.4.0 26 Sep 2023 at 22:24 (CEST)
com.bertramlabs.plugins:asset-pipeline-gradle:4.3.0 01 May 2023 at 18:20 (CEST)
com.bertramlabs.plugins:asset-pipeline-gradle:4.2.0 11 Apr 2023 at 17:36 (CEST)
com.bertramlabs.plugins:asset-pipeline-gradle:4.1.0 03 Mar 2023 at 17:57 (CET)
com.bertramlabs.plugins:asset-pipeline-gradle:4.0.0 03 Nov 2022 at 16:29 (CET)
com.bertramlabs.plugins:asset-pipeline-gradle:4.5.2 07 Nov 2024 at 19:38 (CET) |
||
com.fasterxml.jackson:jackson-bom:::jackson | ||
com.github.javaparser:javaparser-core:: | ||
com.h2database:h2:: | ||
|
@@ -45,6 +46,7 @@ ext { | |
org.grails.plugins:gsp:: | ||
org.grails:grails-async,grails-events:gpars,rxjava,rxjava2::grails-async | ||
org.grails:grails-datastore-gorm-hibernate5:: | ||
org.grails:grails-datastore-gorm-mongodb:: | ||
org.grails:grails-datastore:async,core,gorm,gorm-async,gorm-support,gorm-rx,gorm-test,gorm-validation,web: | ||
org.grails:grails-gdoc-engine:: | ||
org.grails:grails-gradle-plugin:: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+2 points for running the task 😉