From e6606ca17eae4a69651b91401b1a0aa3a8b83ff8 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 18 Oct 2020 09:11:15 -0400 Subject: [PATCH 1/2] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 64b7650e62..85459446aa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,8 +7,6 @@ assignees: '' --- -**Note**: Do not report any new bugs directly relating to the v6 campaign. They will not be fixed or considered at this time. - **Platform**: *Android/iOS/Mac/Windows/Linux* **Build**: *The build number under the title in the main menu. Required. "LATEST" IS NOT A VERSION, I NEED THE EXACT BUILD NUMBER OF YOUR GAME.* From 7f708a3f6cd659cf8d6bb3ca1bc1b33932f4c764 Mon Sep 17 00:00:00 2001 From: abomb4 Date: Sun, 18 Oct 2020 21:15:30 +0800 Subject: [PATCH 2/2] Try fix 'Cannot attach current VM' problem in IDEA Seems add a 'fork' option to core module solves this problem --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index e54f6b56b2..1fa4087b6c 100644 --- a/build.gradle +++ b/build.gradle @@ -262,6 +262,8 @@ project(":ios"){ project(":core"){ apply plugin: "java-library" + compileJava.options.fork = true + task preGen{ outputs.upToDateWhen{ false } generateLocales()