Skip to content

Commit

Permalink
Merge pull request #37 from jing-xuan/Jar
Browse files Browse the repository at this point in the history
CS2113T-F14-2-jing-xuan-A-Jar
  • Loading branch information
jing-xuan authored Sep 16, 2019
2 parents afc1cf9 + fb40b0e commit 9b18c3a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
10 changes: 9 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@ plugins {
id 'application'
id 'checkstyle'
id 'org.openjfx.javafxplugin' version '0.0.7'
id 'com.github.johnrengelman.shadow' version '5.1.0'
}

checkstyle {
toolVersion = '8.23'
}

shadowJar {
archiveBaseName = "duke"
archiveVersion = "0.1.3"
archiveClassifier = null
archiveAppendix = null
}

group 'seedu.duke'
version '0.1.0'

Expand All @@ -23,7 +31,7 @@ javafx {

application {
// Change this to your main class.
mainClassName = "Duke"
mainClassName = "Main"
}

run {
Expand Down
Binary file added duke-0.1.3.jar
Binary file not shown.
5 changes: 3 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Mon Sep 16 11:18:11 SGT 2019
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 9b18c3a

Please sign in to comment.