node-gradle / gradle-node-plugin

Gradle plugin for integrating NodeJS in your build. :rocket:
Apache License 2.0
599 stars 117 forks source link

Compilation issue with gradle 7.3 (java.lang.NoClassDefFoundError: org.gradle.api.internal.DynamicObject) #306

Closed nruhil closed 4 months ago

nruhil commented 5 months ago

Hi Team,

I am getting below exception during compilation of groovy. I am using 7.0.2 version of the plugin.

Project related info: openjdk version "17.0.10" 2024-01-16 LTS Gradle 7.3

deepy commented 5 months ago

This looks like a compilation error in your buildSrc, are you using this plugin in your buildSrc?