mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-12 22:45:18 -04:00
Updated kotlin version and pswgcommon submodule pointer
This commit is contained in:
+7
-1
@@ -4,7 +4,7 @@ plugins {
|
||||
application
|
||||
idea
|
||||
java
|
||||
kotlin("jvm") version "1.3.70"
|
||||
kotlin("jvm") version "1.3.72"
|
||||
id("com.github.johnrengelman.shadow") version "5.2.0"
|
||||
id("org.javamodularity.moduleplugin") version "1.5.0"
|
||||
id("org.beryx.jlink") version "2.17.2"
|
||||
@@ -96,6 +96,12 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile::class).configure
|
||||
}
|
||||
}
|
||||
|
||||
tasks.create<JavaExec>("runDebug") {
|
||||
enableAssertions = true
|
||||
classpath = sourceSets.main.get().runtimeClasspath
|
||||
main = "com.projectswg.holocore.ProjectSWG"
|
||||
}
|
||||
|
||||
tasks.create<ShadowJar>("CreateConvertLoginJar") {
|
||||
archiveBaseName.set("ConvertLogin")
|
||||
archiveClassifier.set(null as String?)
|
||||
|
||||
+1
-1
Submodule pswgcommon updated: abffe06102...1c2b234908
Reference in New Issue
Block a user