Compare commits

...

1 commit

Author SHA1 Message Date
renovate[bot]
60c3ee8fd3
Update plugin com.github.node-gradle.node to v7.1.0 2024-09-27 13:47:38 +00:00

View file

@ -1,7 +1,7 @@
plugins {
id 'base'
id 'java'
id 'com.github.node-gradle.node' version '7.0.1'
id 'com.github.node-gradle.node' version '7.1.0'
}
tasks.build.dependsOn 'assemble'