Hello, after migration to Gradle 8.13 and Kotlin 2...
# npm-publish
r
Hello, after migration to Gradle 8.13 and Kotlin 2.1.20 I have this error message with `3.5.3`:
Copy code
FAILURE: Build failed with an exception.

* What went wrong:
Some problems were found with the configuration of task ':kvision-assets:publishZzzKvisionAssetsPackageToNpmjsRegistry' (type 'NpmPublishTask').
  - In plugin 'dev.petuska.npm.publish' type 'dev.petuska.npm.publish.task.NpmPublishTask' property 'node' doesn't have a configured value.
    
    Reason: This property isn't marked as optional and no value has been configured.
    
    Possible solutions:
      1. Assign a value to 'node'.
      2. Mark property 'node' as optional.
    
    For more information, please refer to <https://docs.gradle.org/8.13/userguide/validation_problems.html#value_not_set> in the Gradle documentation.
  - In plugin 'dev.petuska.npm.publish' type 'dev.petuska.npm.publish.task.NpmPublishTask' property 'nodeHome' doesn't have a configured value.
    
    Reason: This property isn't marked as optional and no value has been configured.
    
    Possible solutions:
      1. Assign a value to 'nodeHome'.
      2. Mark property 'nodeHome' as optional.
    
    For more information, please refer to <https://docs.gradle.org/8.13/userguide/validation_problems.html#value_not_set> in the Gradle documentation.
  - In plugin 'dev.petuska.npm.publish' type 'dev.petuska.npm.publish.task.NpmPublishTask' property 'npm' doesn't have a configured value.
    
    Reason: This property isn't marked as optional and no value has been configured.
    
    Possible solutions:
      1. Assign a value to 'npm'.
      2. Mark property 'npm' as optional.
    
    For more information, please refer to <https://docs.gradle.org/8.13/userguide/validation_problems.html#value_not_set> in the Gradle documentation.
@Big Chungus