Skip to content

Commit

Permalink
A-Jar
Browse files Browse the repository at this point in the history
  • Loading branch information
youaremysky99 committed Aug 22, 2020
1 parent 68686cd commit 15321a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ run{
standardInput = System.in
}

jar {
manifest {
attributes 'Main-Class': 'Duke'
}
}

test {
// Use junit platform for unit tests
Expand Down

0 comments on commit 15321a1

Please sign in to comment.