From 5fb969283da3a1c0c058e369927c85ecdb21421c Mon Sep 17 00:00:00 2001 From: John Grosh Date: Sun, 10 Nov 2019 00:54:29 -0500 Subject: [PATCH 1/2] Update bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 9c9e33d..1d126a7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -22,9 +22,8 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**Version Info (please complete the following information):** - - Operating System: [e.g. Windows 64bit] - - JMusicBot Version: [e.g. 0.2.1] +**Debug Info** +Please run the `debug` command and paste it here or upload it as an attachment. If you cannot run the command, please provide information about your system such as operating system version, JMusicBot version, etc. **Additional context** Add any other context about the problem here. From 3eb284da55789b639c3d4a1b50cd20ac0b397cf1 Mon Sep 17 00:00:00 2001 From: SplitPixl Date: Thu, 16 Jan 2020 20:02:26 -0800 Subject: [PATCH 2/2] Add the letter "s" As of January 2020, JCenter rejects all non-https connections with a 403 Forbidden. https://jfrog.com/blog/secure-jcenter-with-https/ --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0bbd2f4..0d11f32 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ central bintray - http://jcenter.bintray.com + https://jcenter.bintray.com