We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449ab57 commit 2bc01beCopy full SHA for 2bc01be
grace-bootstrap/src/test/groovy/grails/util/GrailsUtilTests.java
@@ -30,7 +30,7 @@ public class GrailsUtilTests {
30
31
@Test
32
public void testGrailsVersion() {
33
- assertEquals("2024.0.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
+ assertEquals("2024.0.0-M1", GrailsUtil.getGrailsVersion());
34
}
35
36
@AfterEach
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=2024.0.0-SNAPSHOT
+projectVersion=2024.0.0-M1
2
gradleNexusPublishPluginVersion=2.0.0
3
gradleSdkVendorVersion=3.0.0
4
gradleTestRetryPlugin=1.6.0
0 commit comments