Skip to content

Commit

Permalink
6.2.x into 7.0.x publish guide macro (#13727)
Browse files Browse the repository at this point in the history
* Add @input to macros (#13726)

---------

Co-authored-by: James Daugherty <[email protected]>
  • Loading branch information
jamesfredley and jdaugherty authored Oct 4, 2024
1 parent dc79bb7 commit bd2f94d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grails-bom/plugins.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ scaffolding=6.0.0-SNAPSHOT
geb=5.0.0-SNAPSHOT
views-json=4.0.0-SNAPSHOT
views-json-templates=4.0.0-SNAPSHOT
views-markup=4.0.0-SNAPSHOT
views-markup=4.0.0-SNAPSHOT
2 changes: 1 addition & 1 deletion grails-bom/profiles.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ plugin=7.0.1-SNAPSHOT
profile=7.0.1-SNAPSHOT
rest-api-plugin=7.0.1-SNAPSHOT
web-plugin=7.0.1-SNAPSHOT
angular=10.0.1-SNAPSHOT
angular=10.0.1-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class PublishGuide extends DefaultTask {
@Optional @InputDirectory File workDir = project.layout.buildDirectory.get().asFile
@Optional @InputDirectory File resourcesDir = new File(project.projectDir, "resources")

@Optional Collection macros = []
@Optional @Input Collection macros = []

@OutputDirectory File targetDir = project.layout.buildDirectory.dir("docs").get().asFile

Expand Down

0 comments on commit bd2f94d

Please sign in to comment.