lbwexler
10/24/2025, 5:25 PMrepositories {
maven { url "<https://repo.grails.org/grails/restricted>" }
}user
10/24/2025, 5:25 PMuser
10/24/2025, 5:25 PMuser
10/24/2025, 5:25 PMcore repository. According to the official Grails 7.0.0-M4 release announcement, the restricted repository was created to: - Replace <https://repo.grails.org/grails/core> in the longer term. - Significantly reduce the scope of the repository to help prevent the use of outdated libraries. This means that the restricted repository contains only a curated set of artifacts that are officially supported and maintained for recent Grails versions, rather than the broader and potentially outdated set that was available in the core repository. This change is part of an effort to improve dependency management and ensure that builds use up-to-date and secure libraries. You can find more details in the [Grails 7.0.0-M4 release announcement](https://grails.apache.org/blog/2025-06-10-grails-7-m4.html).lbwexler
10/24/2025, 5:27 PMlbwexler
10/24/2025, 5:28 PMpablo.pazos
10/24/2025, 8:52 PM