mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-02-23 06:54:21 +01:00
15 lines
350 B
Plaintext
15 lines
350 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
implementation(platform("de.c-otto.lndmanagej:platform"))
|
|
implementation("de.c-otto:java-conventions:2025.02.16")
|
|
implementation("org.springframework.boot:spring-boot-gradle-plugin")
|
|
implementation("com.google.protobuf:protobuf-gradle-plugin")
|
|
}
|