aboutsummaryrefslogtreecommitdiff
path: root/gradle/libs.versions.toml
diff options
context:
space:
mode:
authorAdam <897017+aSemy@users.noreply.github.com>2023-05-25 23:19:27 +0100
committerGitHub <noreply@github.com>2023-05-26 00:19:27 +0200
commitf182a0add34876f74c47100e604f79f46c4ddca2 (patch)
treeab13fdef2c3ae4b807aa5defbff39bb89c3ec2b0 /gradle/libs.versions.toml
parentf55e22d5fe3f9121b7ed81d0c3f8c6a094dff45c (diff)
downloaddokka-f182a0add34876f74c47100e604f79f46c4ddca2.tar.gz
dokka-f182a0add34876f74c47100e604f79f46c4ddca2.tar.bz2
dokka-f182a0add34876f74c47100e604f79f46c4ddca2.zip
Improve copying base-frontend files between subprojects (#2970)
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 9bdb7901..7060a3f1 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -41,6 +41,7 @@ node = "16.13.0"
gradlePlugin-shadow = "7.1.2"
gradlePlugin-nexusPublish = "1.1.0"
gradlePlugin-gradlePluginPublish = "0.20.0"
+gradlePlugin-gradleNode = "3.5.1"
## Test
junit = "5.9.2"
@@ -109,3 +110,4 @@ kotlinx-binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-comp
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "gradlePlugin-shadow" }
gradlePublish = { id = "com.gradle.plugin-publish", version.ref = "gradlePlugin-gradlePluginPublish" }
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "gradlePlugin-nexusPublish" }
+gradleNode = { id = "com.github.node-gradle.node", version.ref = "gradlePlugin-gradleNode" }