From 51993c66cf73ca73e405069572b5824761d28c50 Mon Sep 17 00:00:00 2001 From: Sebastian Westemeyer Date: Fri, 20 Sep 2024 14:45:20 +0200 Subject: [PATCH] Allow setting project SDK (#12) --- gradle.properties | 2 +- metadata/changelog.html | 3 +- .../ConfigurationLoaderService.java | 1 - .../handlers/CommonConfigurationHandler.java | 65 +++++++++++++++---- .../handlers/maven/MavenHandler.java | 20 +----- .../plugins/autoconfig/sdk/JDKResolver.java | 22 ++++++- .../autoconfig/util/Notifications.java | 4 ++ src/main/resources/schema/config.schema.json | 18 +++++ 8 files changed, 100 insertions(+), 35 deletions(-) diff --git a/gradle.properties b/gradle.properties index 8e2f3f6..970e3b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Autoconfig Plugin Properties -pluginVersion = 1.0.0 +pluginVersion = 1.0.1 preRelease = false hidden = false pluginGroup = de.gebit.plugins.autoconfig diff --git a/metadata/changelog.html b/metadata/changelog.html index d5238f2..cb3bc55 100644 --- a/metadata/changelog.html +++ b/metadata/changelog.html @@ -5,10 +5,11 @@ Changelog -

1.0.0

+

1.0.1

0.0.6