Fixed forwarder not including the networking library and incremented the version

This commit is contained in:
Josh Larson
2019-10-08 20:00:52 -04:00
parent 97491735c2
commit 62921cf6bd
3 changed files with 5 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ plugins {
// Note: define javaVersion, javaHomeLinux, javaHomeMac, and javaHomeWindows inside your gradle.properties file
group = 'com.projectswg.launcher'
version = '1.3.1'
version = '1.3.2'
mainClassName = "com.projectswg.launcher.core.LauncherKt"
sourceCompatibility = 12

View File

@@ -1,5 +1,6 @@
#Tue Oct 08 19:49:20 EDT 2019
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME