mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 00:40:28 +07:00
[fleet] Migrate build.gradle.kts close to imls (actual migration)
(cherry picked from commit f9500472c3aaab65af9a9b4503fd660a42733b14) FLEET-MR-5097 GitOrigin-RevId: 5255a7dc692bc4b680205bef947d8d4af7eed7b7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3b2e6670e2
commit
6c9df4d083
@@ -30,6 +30,7 @@
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/gradlebuild/build" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
||||
16
fleet/kernel/gradlebuild/build.gradle.kts
Normal file
16
fleet/kernel/gradlebuild/build.gradle.kts
Normal file
@@ -0,0 +1,16 @@
|
||||
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.kernel"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,7 @@
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/gradlebuild/build" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
||||
16
fleet/preferences/gradlebuild/build.gradle.kts
Normal file
16
fleet/preferences/gradlebuild/build.gradle.kts
Normal file
@@ -0,0 +1,16 @@
|
||||
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"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,7 @@
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/gradlebuild/build" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
||||
16
fleet/reporting/api/gradlebuild/build.gradle.kts
Normal file
16
fleet/reporting/api/gradlebuild/build.gradle.kts
Normal file
@@ -0,0 +1,16 @@
|
||||
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.reporting.api"
|
||||
}
|
||||
}
|
||||
@@ -19,6 +19,7 @@
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/kotlin" isTestSource="false" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/gradlebuild/build" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
||||
16
fleet/rhizomedb/gradlebuild/build.gradle.kts
Normal file
16
fleet/rhizomedb/gradlebuild/build.gradle.kts
Normal file
@@ -0,0 +1,16 @@
|
||||
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.rhizomedb"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,7 @@
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/gradlebuild/build" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
||||
16
fleet/rpc.server/gradlebuild/build.gradle.kts
Normal file
16
fleet/rpc.server/gradlebuild/build.gradle.kts
Normal file
@@ -0,0 +1,16 @@
|
||||
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.rpc.server"
|
||||
}
|
||||
}
|
||||
@@ -28,6 +28,7 @@
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/" isTestSource="false" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/gradlebuild/build" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
||||
16
fleet/rpc/gradlebuild/build.gradle.kts
Normal file
16
fleet/rpc/gradlebuild/build.gradle.kts
Normal file
@@ -0,0 +1,16 @@
|
||||
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.rpc"
|
||||
}
|
||||
}
|
||||
@@ -27,6 +27,7 @@
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/gradlebuild/build" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
||||
16
fleet/util/core/gradlebuild/build.gradle.kts
Normal file
16
fleet/util/core/gradlebuild/build.gradle.kts
Normal file
@@ -0,0 +1,16 @@
|
||||
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.util.core"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,7 @@
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/gradlebuild/build" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
||||
16
fleet/util/logging/api/gradlebuild/build.gradle.kts
Normal file
16
fleet/util/logging/api/gradlebuild/build.gradle.kts
Normal file
@@ -0,0 +1,16 @@
|
||||
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.util.logging.api"
|
||||
}
|
||||
}
|
||||
@@ -20,6 +20,7 @@
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/gradlebuild/build" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
||||
16
fleet/util/os/gradlebuild/build.gradle.kts
Normal file
16
fleet/util/os/gradlebuild/build.gradle.kts
Normal file
@@ -0,0 +1,16 @@
|
||||
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.util.os"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user