From 68402f94e849c915ae2bfc697c61308769ace38f Mon Sep 17 00:00:00 2001 From: Michael Yan Date: Mon, 9 Dec 2024 19:34:29 +0800 Subject: [PATCH] Start building against Grace Profile: Web Plugin 2023.2.0 snapshots See gh-792 --- gradle/grails.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/grails.versions.toml b/gradle/grails.versions.toml index 57e714ebd4..c5a22e5613 100644 --- a/gradle/grails.versions.toml +++ b/gradle/grails.versions.toml @@ -14,4 +14,4 @@ profile = "2023.2.0-SNAPSHOT" rest-api = "2023.2.0-SNAPSHOT" starter = "2023.2.0-SNAPSHOT" web = "2023.2.0-SNAPSHOT" -web-plugin = "2023.2.0-M1" +web-plugin = "2023.2.0-SNAPSHOT"