We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ae5c3 commit e931892Copy full SHA for e931892
2 files changed
gradle.properties
@@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx1024m -XX:-UseGCOverheadLimit -Dfile.encoding=UTF-8
5
org.gradle.java.installations.auto-download=true
6
# Hypertale properties
7
hypertale.library.version=1.0.0
8
-hypertale.version=1.3.1-dev
+hypertale.version=1.3.1
9
hypertale.init=1
10
11
# https://plugins.gradle.org/plugin/net.ltgt.errorprone
init/build.gradle
@@ -35,6 +35,8 @@ jar {
35
from(zipTree(project(":patcher").tasks.jar.archiveFile.get().asFile)) {
36
include("com/fox2code/hypertale/utils/HypertalePlatform*")
37
}
38
+
39
+ dependsOn(":patcher:jar")
40
41
42
test {
0 commit comments