diff --git a/CHANGELOG.md b/CHANGELOG.md index 969a48e..d3c32bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Added ### Changed +- Update build system ### Deprecated diff --git a/build.gradle.kts b/build.gradle.kts index 5e6dc03..029e1fe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ fun properties(key: String) = project.findProperty(key).toString() plugins { java - id("org.jetbrains.intellij") version "1.11.0" + id("org.jetbrains.intellij") version "1.12.0" id("org.jetbrains.changelog") version "2.0.0" } @@ -72,8 +72,6 @@ tasks { withType { options.encoding = "UTF-8" - sourceCompatibility = "17" - targetCompatibility = "17" options.compilerArgs.add("-Xlint:all") } diff --git a/gradle.properties b/gradle.properties index 224e8e4..7d5a9cd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,9 +7,9 @@ kpxPluginUntilBuild=223.* # See https://jb.gg/intellij-platform-builds-list for available build versions kpxPluginVerifierIdeVersions=IC-223.4884.69 platformType=IC -platformVersion=2022.3.1 +platformVersion=2022.2.4 platformDownloadSources=true -gradleVersion=7.5.1 +gradleVersion=7.6 # suppress inspection "WrongPropertyKeyValueDelimiter" # suppress inspection "UnusedProperty" --add-exports java.base/jdk.internal.vm=ALL-UNNAMED \ No newline at end of file diff --git a/resources/de/halirutan/keypromoterx/messages/KeyPromoterBundle.properties b/resources/de/halirutan/keypromoterx/messages/KeyPromoterBundle.properties index a23b992..ad44d59 100644 --- a/resources/de/halirutan/keypromoterx/messages/KeyPromoterBundle.properties +++ b/resources/de/halirutan/keypromoterx/messages/KeyPromoterBundle.properties @@ -9,6 +9,7 @@ # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # +kp.notification.startup=Woohoo, new version! Sponsor now and be the first to experience the bug-squashing magic! Also, leave a rating on the JetBrains website or star the repository on GitHub. kp.dialog.reset.statistic.text=Do you really want to reset your Key Promoter X statistics? This cannot be undone! kp.dialog.reset.statistic.title=Reset Statistics kp.dialog.tip=
Command {0} missed {1} time(s)
Press {2} to close the dialog
@@ -20,10 +21,9 @@ kp.notification.ask.new.shortcut=Want to create a shortcut for {0}? kp.notification.disable.message=Suppress Alert for this Shortcut kp.notification.edit.shortcut=Edit Keybinding kp.notification.group=Key Promoter X -kp.notification.startup=This Key Promoter X fixes two reported issues. If you appreciate my efforts, then please consider sponsoring the project, leaving a rating on the JetBrains website, or starring the repository on GitHub. kp.notification.startup.link=https://plugins.jetbrains.com/plugin/9792-key-promoter-x/sponsors -kp.notification.startup.link.name=Join the supporter team -kp.notification.tip.title=Command: {0} +kp.notification.startup.link.name=Become a Sponsor +kp.notification.tip.title={0} kp.notification.tip.message=Shortcut {0} missed {1} kp.snooze.topic=Key Promoter X Snooze kp.toolwindow.id=Activate{0}ToolWindow