From 0156c238de618e437902ce06d2bd6b4990bc85ba Mon Sep 17 00:00:00 2001 From: AB Date: Mon, 12 Feb 2024 12:39:40 +0100 Subject: [PATCH] Removed "suppressAnnotation" * This option never worked #64 * Allows usage of the plugin with IntelliJ Idea 2024+ #63 * Bump version --- CHANGELOG.md | 6 +++++- gradle.properties | 2 +- src/main/java/software/xdev/saveactions/model/Action.java | 5 +---- .../java/software/xdev/saveactions/model/Storage.java | 7 +++++++ .../xdev/saveactions/processors/java/JavaProcessor.java | 4 ---- .../xdev/saveactions/integration/JavaIntegrationTest.java | 8 -------- 6 files changed, 14 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb872e7..f54e897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## 1.0.6 +## 1.1.0 +* Removed "Remove unused suppress warning annotation" + * This option never worked #64 + * Allows usage of the plugin with IntelliJ Idea 2024+ #63 + * If you used this option you should remove the line ``