[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:
Titouan Bion
2024-09-19 18:10:48 +02:00
committed by intellij-monorepo-bot
parent 3b2e6670e2
commit 6c9df4d083
18 changed files with 153 additions and 0 deletions

View File

@@ -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" />

View 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"
}
}

View File

@@ -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" />

View 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"
}
}

View File

@@ -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" />

View 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"
}
}

View File

@@ -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" />

View 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"
}
}

View File

@@ -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" />

View 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"
}
}

View File

@@ -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" />

View 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"
}
}

View File

@@ -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" />

View 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"
}
}

View File

@@ -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" />

View 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"
}
}

View File

@@ -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" />

View 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"
}
}