Skip to content

Commit e931892

Browse files
committed
Hypertale 1.3.1
1 parent 69ae5c3 commit e931892

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx1024m -XX:-UseGCOverheadLimit -Dfile.encoding=UTF-8
55
org.gradle.java.installations.auto-download=true
66
# Hypertale properties
77
hypertale.library.version=1.0.0
8-
hypertale.version=1.3.1-dev
8+
hypertale.version=1.3.1
99
hypertale.init=1
1010

1111
# https://plugins.gradle.org/plugin/net.ltgt.errorprone

init/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jar {
3535
from(zipTree(project(":patcher").tasks.jar.archiveFile.get().asFile)) {
3636
include("com/fox2code/hypertale/utils/HypertalePlatform*")
3737
}
38+
39+
dependsOn(":patcher:jar")
3840
}
3941

4042
test {

0 commit comments

Comments
 (0)