Skip to content

Commit

Permalink
Bump node-gradle plugin to 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Dec 30, 2024
1 parent b6aa3f9 commit 3141b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions doc/site/site.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ dependencies {

node {
version = '19.2.0'

download = true

nodeModulesDir = file("src/npm")
nodeProjectDir = file("src/npm")
}

def generateResourcesTask = tasks.register("generateResources", Sync) {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ threeTen-extra = { module = 'org.threeten:threeten-extra', version.ref = 'threeT
asciidoc = { id = 'org.asciidoctor.jvm.convert', version = '4.0.4' }
asl2 = { id = 'com.energizedwork.asl2', version = '1.1' }
nexusPublish = { id = 'io.github.gradle-nexus.publish-plugin', version = '2.0.0' }
node = { id = 'com.github.node-gradle.node', version = '3.5.0' }
node = { id = 'com.github.node-gradle.node', version = '7.1.0' }
ratpackGroovy = { id = 'io.ratpack.ratpack-groovy', version.ref = 'ratpack' }

0 comments on commit 3141b7a

Please sign in to comment.