tommyang commented on PR #31577:
URL: https://github.com/apache/beam/pull/31577#issuecomment-2168582092

   I think this PR is causing the below build error on `settings.gradle.kts`
   
   ```
   Script compilation errors:
   
     Line 39:   server = 
"[https://ge.apache.org](https://www.google.com/url?q=https://ge.apache.org&sa=D)"
                ^ Val cannot be reassigned
   
     Line 39:   server = 
"[https://ge.apache.org](https://www.google.com/url?q=https://ge.apache.org&sa=D)"
                         ^ Type mismatch: inferred type is String but 
Property<String!>! was expected
   
     Line 42:     uploadInBackground = !isCi
                  ^ Val cannot be reassigned
   
     Line 42:     uploadInBackground = !isCi
                                       ^ Type mismatch: inferred type is 
Boolean but Property<Boolean!>! was expected
   
   4 errors
   ```
   
   My best guess is that Kotlin version need to use .set() instead of 
assignment.


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