Skip to content

Commit 4ed2201

Browse files
committed
Prepare for compiling against the Hytale server jar
1 parent e85b9b2 commit 4ed2201

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ build
1616
.gradle
1717
.profileconfig.json
1818
data
19+
libs

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ plugins {
66
}
77

88
group = 'com.azuredoom.hyslayer'
9-
version = '1.0.0'
109

1110
java {
1211
toolchain.languageVersion = JavaLanguageVersion.of(java_version)
@@ -17,6 +16,9 @@ repositories {
1716
}
1817

1918
dependencies {
19+
// Hytale server
20+
// compileOnly fileTree(dir: "$rootDir/libs", include: ["*.jar"])
21+
// Needed libs
2022
implementation 'com.h2database:h2:2.4.240'
2123
implementation 'com.zaxxer:HikariCP:7.0.2'
2224
implementation 'org.slf4j:slf4j-simple:2.0.17'

0 commit comments

Comments
 (0)