File tree Expand file tree Collapse file tree
bindings/kotlin/ldk-node-jvm/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED
55import org.gradle.api.tasks.testing.logging.TestLogEvent.STANDARD_ERROR
66import org.gradle.api.tasks.testing.logging.TestLogEvent.STANDARD_OUT
77
8- // library version is defined in gradle.properties
9- val libraryVersion: String by project
10-
118plugins {
129 // Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
1310 id(" org.jetbrains.kotlin.jvm" ) version " 2.2.0"
@@ -20,6 +17,12 @@ plugins {
2017 id(" org.jlleitschuh.gradle.ktlint" ) version " 11.6.1"
2118}
2219
20+ // library version is defined in gradle.properties
21+ val libraryVersion: String by project
22+
23+ group = " org.lightningdevkit"
24+ version = libraryVersion
25+
2326repositories {
2427 // Use Maven Central for resolving dependencies.
2528 mavenCentral()
You can’t perform that action at this time.
0 commit comments