Skip to content

Commit

Permalink
Cleanup build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Nov 5, 2024
1 parent e9bffd5 commit 2fdfc6b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions report-ng/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
*/

plugins {
// id "com.github.node-gradle.node" version "3.0.0-rc6"
id "com.github.node-gradle.node" version "7.0.2"
}

Expand All @@ -37,9 +36,7 @@ project.afterEvaluate {

node {
download = true
// version = "16.4.0"
version = "19.8.1"
useGradleProxySettings = true
}

task buildReport(type: NpmTask) {
Expand Down

0 comments on commit 2fdfc6b

Please sign in to comment.