Skip to content

Commit 0c0501d

Browse files
committed
add h2 mvstore database
1 parent 34c172d commit 0c0501d

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

core/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ val deps = listOf(
2121
"com.google.code.gson:gson:2.13.2",
2222
"org.bouncycastle:bcpkix-jdk18on:1.82",
2323
"org.apache.httpcomponents.client5:httpclient5:5.5.1",
24-
"org.tomlj:tomlj:1.1.1"
24+
"org.tomlj:tomlj:1.1.1",
25+
"com.h2database:h2-mvstore:2.4.240"
2526
)
2627

2728
dependencies {

loader/loader-fabric-core.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dependencies {
3636
implementation("io.netty:netty-codec-haproxy:4.2.9.Final") {
3737
isTransitive = false
3838
}
39+
implementation("com.h2database:h2-mvstore:2.4.240")
3940
}
4041

4142
configurations {

loader/loader-forge.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dependencies {
3636
implementation("io.netty:netty-codec-haproxy:4.2.9.Final") {
3737
isTransitive = false
3838
}
39+
implementation("com.h2database:h2-mvstore:2.4.240")
3940
}
4041

4142
configurations {

loader/loader-neoforge.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dependencies {
3636
implementation("io.netty:netty-codec-haproxy:4.2.9.Final") {
3737
isTransitive = false
3838
}
39+
implementation("com.h2database:h2-mvstore:2.4.240")
3940
}
4041

4142
configurations {

0 commit comments

Comments
 (0)