From 87f673243dbfff49a8276541037b4f013d70fbdc Mon Sep 17 00:00:00 2001 From: Parcly Taxel Date: Sun, 15 Sep 2019 03:08:53 +0800 Subject: [PATCH] Ensure the generated JAR file works Also fix a minor nitpick in the main readme --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40695e4d13..f0eec48d30 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +[![Build Status](https://travis-ci.com/Parcly-Taxel/duke.svg?branch=master)](https://travis-ci.com/Parcly-Taxel/duke) diff --git a/build.gradle b/build.gradle index dbb0faa77c..7fef88ea99 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ shadowJar { } application { - mainClassName = "bari.Main" + mainClassName = "bari.Launcher" } test {