This commit is contained in:
2022-02-11 17:55:58 +09:00
parent ac002c7450
commit 608acb5f0c

View File

@@ -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') {