Skip to content

Commit d1a5dcd

Browse files
committed
Include Apache libraries, and bump to 0.1.11-beta
1 parent 0d68eec commit d1a5dcd

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
- Rewrite HTTP handlers to use Apache's HTTP Clients API
2-
- Hopefully, this helps with the translations pausing after a period of time.
3-
If not, uh oh.
1+
- Fix crash on the dedicated server

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ dependencies {
140140
if (mcData.isForgeLike) {
141141
minecraftRuntimeLibraries(jws)
142142
}
143+
144+
includeOrShade("org.apache.httpcomponents:httpcore:4.4.16")
145+
includeOrShade("org.apache.httpcomponents:httpclient:4.5.13")
146+
includeOrShade("org.apache.httpcomponents:httpcore:4.4.16")
147+
includeOrShade("commons-logging:commons-logging:1.3.4")
143148
}
144149

145150
toolkitReleases {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dgt.loom.mappings=mojmap
1414
dgt.loom.mappings.flavor=parchment
1515

1616
# Mod Properties
17-
mod.version = 0.1.10-beta
17+
mod.version = 0.1.11-beta
1818
mod.group = xyz.bluspring
1919
mod.name = UnityTranslate
2020
mod.id = unitytranslate

0 commit comments

Comments
 (0)