mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-17 00:06:00 -05:00
Fixed plugin versions and gradlew execute
This commit is contained in:
11
build.gradle
11
build.gradle
@@ -6,11 +6,11 @@ plugins {
|
||||
id 'idea'
|
||||
id "com.github.johnrengelman.shadow" version "5.1.0"
|
||||
id "org.javamodularity.moduleplugin" version "1.5.0"
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.3.40'
|
||||
id "org.beryx.jlink" version "2.11.2"
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.3.41'
|
||||
id "org.beryx.jlink" version "2.10.2"
|
||||
}
|
||||
|
||||
mainClassName = 'holocore/com.projectswg.holocore.ProjectSWG'
|
||||
mainClassName = 'com.projectswg.holocore.ProjectSWG'
|
||||
sourceCompatibility = 12
|
||||
|
||||
sourceSets {
|
||||
@@ -109,8 +109,3 @@ task CreatePacketCaptureProcessor(type: ShadowJar) {
|
||||
configurations = [project.configurations.utilityRuntime]
|
||||
exclude('META-INF/INDEX.LIST', 'META-INF/*.SF', 'META-INF/*.DSA', 'META-INF/*.RSA')
|
||||
}
|
||||
|
||||
task execute(type:JavaExec) {
|
||||
main = mainClass
|
||||
classpath = sourceSets.utility.runtimeClasspath
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user