diff --git a/build.gradle b/build.gradle index f422d68..7565097 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor' annotationProcessor 'org.projectlombok:lombok' testImplementation 'org.springframework.boot:spring-boot-starter-test' - classpath "com.github.node-gradle:gradle-node-plugin:3.2.0" + classpath "com.github.node-gradle:gradle-node-plugin:2.2.4" } tasks.named('test') {