mirror of
https://bitbucket.org/projectswg/holocore.git
synced 2026-01-15 22:04:17 -05:00
Updated dependencies: jdk12, kotlin 1.3.30, gradle 5.4
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -5,13 +5,13 @@ plugins {
|
||||
id 'java'
|
||||
id 'idea'
|
||||
id "com.github.johnrengelman.shadow" version "5.0.0"
|
||||
id "org.javamodularity.moduleplugin" version "1.4.1"
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.3.21'
|
||||
id "org.beryx.jlink" version "2.9.0"
|
||||
id "org.javamodularity.moduleplugin" version "1.5.0"
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.3.30'
|
||||
id "org.beryx.jlink" version "2.10.1"
|
||||
}
|
||||
|
||||
mainClassName = 'holocore/com.projectswg.holocore.ProjectSWG'
|
||||
sourceCompatibility = 11
|
||||
sourceCompatibility = 12
|
||||
|
||||
sourceSets {
|
||||
main
|
||||
@@ -35,7 +35,7 @@ idea {
|
||||
}
|
||||
|
||||
jlink {
|
||||
addOptions '--strip-debug', '--compress', '2', '--no-header-files', '--no-man-pages'
|
||||
// addOptions '--strip-debug', '--compress', '2', '--no-header-files', '--no-man-pages'
|
||||
imageDir.set(file("$buildDir/holocore"))
|
||||
imageZip.set(file("$buildDir/holocore.zip"))
|
||||
launcher {
|
||||
@@ -58,7 +58,7 @@ repositories {
|
||||
dependencies {
|
||||
compile project(':pswgcommon')
|
||||
|
||||
compile group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib', version: '1.3.21'
|
||||
compile group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib', version: '1.3.30'
|
||||
compile group: 'org.xerial', name: 'sqlite-jdbc', version: '3.23.1'
|
||||
compile group: 'org.mongodb', name: 'mongodb-driver-sync', version: '3.9.1'
|
||||
compile group: 'me.joshlarson', name: "fast-json", version: '3.0.0'
|
||||
|
||||
Submodule client-holocore updated: 5e4defeee1...c544a28eb7
6
gradle/wrapper/gradle-wrapper.properties
vendored
6
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
#Thu Mar 28 09:08:51 CDT 2019
|
||||
#Wed Apr 17 17:52:36 CDT 2019
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4-all.zip
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-all.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
Reference in New Issue
Block a user