Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Commit

Permalink
Ensure the generated JAR file works
Browse files Browse the repository at this point in the history
Also fix a minor nitpick in the main readme
  • Loading branch information
Parcly-Taxel committed Sep 14, 2019
1 parent f902f6d commit 87f6732
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Bari, a personal assistant chatbot
# Bari, a minimalistic personal assistant chatbot

[![Build Status](https://travis-ci.com/Parcly-Taxel/duke.svg?branch=master)](https://travis-ci.com/Parcly-Taxel/duke)
[![Build Status](https://travis-ci.com/Parcly-Taxel/duke.svg?branch=master)](https://travis-ci.com/Parcly-Taxel/duke)
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ shadowJar {
}

application {
mainClassName = "bari.Main"
mainClassName = "bari.Launcher"
}

test {
Expand Down

0 comments on commit 87f6732

Please sign in to comment.