mirror of
https://github.com/ProjectSWGCore/launcher.git
synced 2026-01-16 23:04:25 -05:00
Fixed forwarder not including the networking library and incremented the version
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Submodule forwarder updated: 66f8c60f77...f84b584572
5
gradle/wrapper/gradle-wrapper.properties
vendored
5
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user