update gradle plugins

This commit is contained in:
2021-07-03 08:39:20 +02:00
parent 932689010f
commit a87650d3f2
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import java.nio.file.Files
import java.nio.file.Paths
plugins {
id("com.github.node-gradle.node") version "3.0.1"
id("com.github.node-gradle.node") version "3.1.0"
}