From 8d4011cc291fe8c62a543dd245a3c8bf3fa5673d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 17:27:14 +0200 Subject: [PATCH] Release v2.1.10 (#268) * Release v2.1.10 Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Prepare the next development cycle Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 38ed14e1..716dbbd5 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { } group 'io.github.thepieterdc.dodona' -version '2.1.10-SNAPSHOT' +version '2.1.11-SNAPSHOT' java { sourceCompatibility = JavaVersion.VERSION_11 @@ -103,9 +103,6 @@ jacocoTestReport { patchPluginXml { changeNotes = """ - """ pluginDescription = 'Companion plugin for the Ghent University Dodona platform, which allows you to submit exercises right from your favourite JetBrains IDE. More information can be found at https://docs.dodona.be/en/guides/pycharm-plugin/'