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


##########
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:
   The gstring is required: 
   
      @ line 20, column 5.
            id 'com.gradle.develocity' version develocityVersion
            ^
     
     settings file 
'/Users/jdaugherty/sandbox/external/grails-projects/grails-forge/settings.gradle':
 21: argument list must be exactly 1 literal String or String with property 
replacement



-- 
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