matrei commented on code in PR #596:
URL: https://github.com/apache/grails-forge/pull/596#discussion_r2147465040


##########
settings.gradle:
##########
@@ -16,18 +16,6 @@
  *  specific language governing permissions and limitations
  *  under the License.
  */
-
-pluginManagement {
-    repositories {
-        gradlePluginPortal()
-        mavenCentral()
-    }
-}
-buildscript {
-    dependencies {
-        classpath "org.antlr:antlr4-runtime:$antlr4Version"
-    }
-}
 plugins {
     id "com.gradle.develocity" version "$develocityVersion"
     id "com.gradle.common-custom-user-data-gradle-plugin" version 
"$customUserDataVersion"

Review Comment:
   OK, that's odd considering the variables from `gradle.properties` are 
strings. Maybe they are treated differently in `settings.gradle`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to