Skip to content

Commit

Permalink
Fix an issue where mac users are unable to run the jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyBlaise99 committed Sep 13, 2021
1 parent 4ed58fa commit 6442a05
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
id 'application'
id 'checkstyle'
id 'com.github.johnrengelman.shadow' version '5.1.0'
id 'org.openjfx.javafxplugin' version '0.0.9'
}

repositories {
Expand Down Expand Up @@ -50,7 +49,7 @@ application {

shadowJar {
archiveBaseName = "sora"
archiveVersion = "2.0"
archiveVersion = "3.1"
archiveClassifier = null
}

Expand All @@ -61,8 +60,3 @@ checkstyle {
run {
standardInput = System.in
}

javafx {
version = "11"
modules = ['javafx.controls', 'javafx.fxml']
}

0 comments on commit 6442a05

Please sign in to comment.