We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85b9b2 commit 4ed2201Copy full SHA for 4ed2201
2 files changed
.gitignore
@@ -16,3 +16,4 @@ build
16
.gradle
17
.profileconfig.json
18
data
19
+libs
build.gradle
@@ -6,7 +6,6 @@ plugins {
6
}
7
8
group = 'com.azuredoom.hyslayer'
9
-version = '1.0.0'
10
11
java {
12
toolchain.languageVersion = JavaLanguageVersion.of(java_version)
@@ -17,6 +16,9 @@ repositories {
dependencies {
+ // Hytale server
20
+ // compileOnly fileTree(dir: "$rootDir/libs", include: ["*.jar"])
21
+ // Needed libs
22
implementation 'com.h2database:h2:2.4.240'
23
implementation 'com.zaxxer:HikariCP:7.0.2'
24
implementation 'org.slf4j:slf4j-simple:2.0.17'
0 commit comments