aboutsummaryrefslogtreecommitdiff
path: root/build-logic/src/main/kotlin/firmament.common.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'build-logic/src/main/kotlin/firmament.common.gradle.kts')
-rw-r--r--build-logic/src/main/kotlin/firmament.common.gradle.kts2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-logic/src/main/kotlin/firmament.common.gradle.kts b/build-logic/src/main/kotlin/firmament.common.gradle.kts
new file mode 100644
index 0000000..a359b3d
--- /dev/null
+++ b/build-logic/src/main/kotlin/firmament.common.gradle.kts
@@ -0,0 +1,2 @@
+apply(plugin = "firmament.base")
+apply(plugin = "firmament.repositories")