mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
(cherry picked from commit f9500472c3aaab65af9a9b4503fd660a42733b14) FLEET-MR-5097 GitOrigin-RevId: 5255a7dc692bc4b680205bef947d8d4af7eed7b7
16 lines
381 B
Kotlin
16 lines
381 B
Kotlin
plugins {
|
|
`java-library`
|
|
alias(libs.plugins.kotlin.jvm)
|
|
id("fleet.project-module-conventions")
|
|
id("fleet.toolchain-conventions")
|
|
id("fleet.module-publishing-conventions")
|
|
id("fleet.open-source-module-conventions")
|
|
id("fleet-build-jps-module-plugin")
|
|
alias(libs.plugins.dev.adamko.dokkatoo.html)
|
|
}
|
|
|
|
jpsModule {
|
|
location {
|
|
moduleName = "fleet.preferences"
|
|
}
|
|
} |