File tree Expand file tree Collapse file tree
grails-core/src/test/groovy/grails/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
1818javaVersion =17
1919
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments