summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-01-04 19:25:10 +0500
committerilotterytea <iltsu@alright.party>2025-01-04 19:25:10 +0500
commitf967b2bfd478d1f646d1acb236312d605497a0b9 (patch)
tree4d583308b08cd58ee19366ac3321a75a37b56dac /shared
parent53958edbe7519dc7e842d896d0ada1e0c5cb859a (diff)
feat: 'server' and 'shared' modules
Diffstat (limited to 'shared')
-rw-r--r--shared/build.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/shared/build.gradle b/shared/build.gradle
new file mode 100644
index 0000000..c04bf64
--- /dev/null
+++ b/shared/build.gradle
@@ -0,0 +1,7 @@
+java {
+ sourceCompatibility = JavaVersion.VERSION_17
+}
+
+sourceSets.main.java.srcDirs = ["src/"]
+
+eclipse.project.name = appName + "-shared" \ No newline at end of file