Skip to content

Commit 7c5fbd1

Browse files
committed
Plugins varion catalog
1 parent 4a6ee2b commit 7c5fbd1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

frontend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.github.node-gradle.node' version '7.0.2'
2+
alias(libs.plugins.node.gradle)
33
}
44

55
node {

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ git-properties = { id = 'com.gorylenko.gradle-git-properties', version = '2.4.2'
4444
openapi-generator = { id = 'org.openapi.generator', version = '7.9.0' }
4545
allure = { id = 'io.qameta.allure', version='2.10.0' }
4646
nexus-publish-plugin = { id = 'io.github.gradle-nexus.publish-plugin', version = '1.1.0'}
47+
node-gradle = { id = 'com.github.node-gradle.node', version = '7.0.2'}
48+
4749

4850

4951
[libraries]

0 commit comments

Comments
 (0)