This is an automated email from the ASF dual-hosted git repository. matrei pushed a commit to branch refactor-and-plugins in repository https://gitbox.apache.org/repos/asf/grails-static-website.git
commit da919f0171a4f040e142087d8a764b983be0c528 Merge: 78f3608453c ce88200a3e7 Author: Mattias Reichel <[email protected]> AuthorDate: Wed Feb 4 16:53:43 2026 +0100 Merge branch 'master' into refactor .github/workflows/publish.yml | 22 ++++++----- assets/images/james-daugherty-2026-rockstar.png | Bin 0 -> 313494 bytes assets/images/mattias-reichel-2026-rockstar.png | Bin 0 -> 301740 bytes conf/questions.yml | 2 +- conf/releases.yml | 2 + pages/community.html | 8 ++++ posts/2026-02-03-grails-community-rockstars.md | 47 ++++++++++++++++++++++++ settings.gradle | 2 +- 8 files changed, 71 insertions(+), 12 deletions(-) diff --cc pages/community.html index 994a88473d1,e8df17156c8..b5c581178f1 --- a/pages/community.html +++ b/pages/community.html @@@ -86,8 -86,16 +86,16 @@@ title: Community | Apache Grails® F </p> </article> <article> - <h3 class="columnheader">Grails Rock Star Wall of Fame</h3> - <div class="threecolumns"> + <h3 class="column-header">Grails Rock Star Wall of Fame</h3> + <div class="three-columns"> + <div class="column align-center"> + <img height="200" src="[%url]/images/mattias-reichel-2026-rockstar.png" + alt="Mattias Reichel - 2026 Grails Rock Star Award"> + </div> + <div class="column align-center"> + <img height="200" src="[%url]/images/james-daugherty-2026-rockstar.png" + alt="James Daugherty - 2026 Grails Rock Star Award"> + </div> <div class="column align-center"> <img height="200" src="[%url]/images/james-fredley-2025-rock-star.png" alt="James Fredley - 2025 Grails Rock Star Award"> diff --cc settings.gradle index c105b5f15e8,9c8230b63e5..4f30a3fdec6 --- a/settings.gradle +++ b/settings.gradle @@@ -8,9 -6,8 +8,9 @@@ plugins def isCI = System.getenv().containsKey('CI') def isLocal = !isCI +/* develocity { - server = 'https://ge.grails.org' + server = 'https://develocity.apache.org' buildScan { tag('grails') tag('grails-static-website')
