Skip to content

Commit

Permalink
Merge pull request #38 from moreTriangles/master
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
adamozh authored Sep 29, 2021
2 parents ba342c7 + 9bf7463 commit c02b365
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {
id 'com.github.johnrengelman.shadow' version '4.0.4'
id 'application'
id 'jacoco'
id 'org.openjfx.javafxplugin' version '0.0.9'
}

mainClassName = 'seedu.address.Main'
Expand Down Expand Up @@ -66,7 +67,11 @@ dependencies {
}

shadowJar {
archiveName = 'addressbook.jar'
archiveName = 'CohortConnect.jar'
}

defaultTasks 'clean', 'test'

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

0 comments on commit c02b365

Please sign in to comment.