Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit cfc7473

Browse files
committed
build: updated build files
1 parent 2bbcc1a commit cfc7473

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "org.cufy"
7-
version = "1.0.0-snapshot"
7+
version = "1.0.0"
88

99
tasks.wrapper {
1010
gradleVersion = "8.2.1"
@@ -18,8 +18,3 @@ subprojects {
1818
maven { url = uri("https://jitpack.io") }
1919
}
2020
}
21-
22-
// https://github.com/jitpack/jitpack.io/issues/3853#issuecomment-1683838845
23-
rootProject.plugins.withType(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin::class.java) {
24-
rootProject.the<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension>().nodeVersion = "16.0.0"
25-
}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pluginManagement {
1212
}
1313
}
1414

15-
rootProject.name = "kped"
15+
rootProject.name = "ped"
1616

1717
include(":bson")
1818
include(":json")

0 commit comments

Comments
 (0)