Skip to content

Commit 69e47e3

Browse files
authored
Merge pull request #15372 from apache/merge-back-release-7.0.7-docs
chore: merge release-7.0.7-docs->vrelease-7.0.7-docs; bump to release-7.0.8-SNAPSHOT
2 parents 0047ba6 + aafb715 commit 69e47e3

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.github/workflows/release-publish-docs.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ jobs:
3434
name: "Publish Documentation"
3535
runs-on: ubuntu-24.04
3636
steps:
37+
- name: "⚙️ Maximize build space"
38+
run: |
39+
echo "-- Dotnet"
40+
sudo rm -rf /usr/share/dotnet
41+
echo "-- Android"
42+
sudo rm -rf /usr/local/lib/android
43+
echo "-- Haskell"
44+
sudo rm -rf /opt/ghc
45+
echo "-- CodeQL"
46+
sudo rm -rf /opt/hostedtoolcache/CodeQL
47+
48+
df -h
3749
- name: "📝 Store release version"
3850
run: echo "VERSION=${VERSION}" >> "$GITHUB_ENV"
3951
- name: "📥 Checkout repository"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
projectVersion=7.0.7-SNAPSHOT
16+
projectVersion=7.0.8-SNAPSHOT
1717

1818
javaVersion=17
1919

grails-core/src/test/groovy/grails/util/GrailsUtilTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class GrailsUtilTests {
3333

3434
@Test
3535
public void testGrailsVersion() {
36-
assertEquals("7.0.7-SNAPSHOT", GrailsUtil.getGrailsVersion());
36+
assertEquals("7.0.8-SNAPSHOT", GrailsUtil.getGrailsVersion());
3737
}
3838

3939
@AfterEach

0 commit comments

Comments
 (0)