From 10c629b9e99fb178f9c29f7e27c832f83e57c789 Mon Sep 17 00:00:00 2001 From: l0drex Date: Thu, 15 Aug 2024 21:06:38 +0200 Subject: [PATCH] Update template to 2.0.1 --- .github/workflows/build.yml | 4 +- .github/workflows/release.yml | 4 +- .gitignore | 1 + .run/Run IDE for UI Tests.run.xml | 22 --- ...with Plugin.run.xml => Run Plugin.run.xml} | 0 .run/Run Qodana.run.xml | 23 --- ...Plugin Tests.run.xml => Run Tests.run.xml} | 2 +- ...tion.run.xml => Run Verifications.run.xml} | 7 +- build.gradle.kts | 158 +++++++++++------- gradle.properties | 10 +- gradle/libs.versions.toml | 16 +- settings.gradle.kts | 4 - 12 files changed, 119 insertions(+), 132 deletions(-) delete mode 100644 .run/Run IDE for UI Tests.run.xml rename .run/{Run IDE with Plugin.run.xml => Run Plugin.run.xml} (100%) delete mode 100644 .run/Run Qodana.run.xml rename .run/{Run Plugin Tests.run.xml => Run Tests.run.xml} (98%) rename .run/{Run Plugin Verification.run.xml => Run Verifications.run.xml} (81%) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84190dc..4403116 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,8 +73,6 @@ jobs: echo "$CHANGELOG" >> $GITHUB_OUTPUT echo "EOF" >> $GITHUB_OUTPUT - ./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier - # Build plugin - name: Build plugin run: ./gradlew buildPlugin @@ -214,7 +212,7 @@ jobs: # Run Verify Plugin task and IntelliJ Plugin Verifier tool - name: Run Plugin Verification tasks - run: ./gradlew runPluginVerifier -Dplugin.verifier.home.dir=${{ needs.build.outputs.pluginVerifierHomeDir }} + run: ./gradlew verifyPlugin -Dplugin.verifier.home.dir=${{ needs.build.outputs.pluginVerifierHomeDir }} # Collect Plugin Verifier Result - name: Collect Plugin Verifier Result diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0be11e1..f128da8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,8 +51,8 @@ jobs: echo "$CHANGELOG" >> $GITHUB_OUTPUT echo "EOF" >> $GITHUB_OUTPUT - # Update Unreleased section with the current release note - - name: Patch Changelog + # Update the Unreleased section with the current release note + - name: Patch Changelog if: ${{ steps.properties.outputs.changelog != '' }} env: CHANGELOG: ${{ steps.properties.outputs.changelog }} diff --git a/.gitignore b/.gitignore index e2e5d94..ffabde6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .gradle .idea +.intellijPlatform .qodana build diff --git a/.run/Run IDE for UI Tests.run.xml b/.run/Run IDE for UI Tests.run.xml deleted file mode 100644 index 9b028c3..0000000 --- a/.run/Run IDE for UI Tests.run.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - true - true - false - - - \ No newline at end of file diff --git a/.run/Run IDE with Plugin.run.xml b/.run/Run Plugin.run.xml similarity index 100% rename from .run/Run IDE with Plugin.run.xml rename to .run/Run Plugin.run.xml diff --git a/.run/Run Qodana.run.xml b/.run/Run Qodana.run.xml deleted file mode 100644 index 9aa932f..0000000 --- a/.run/Run Qodana.run.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - true - true - false - - - \ No newline at end of file diff --git a/.run/Run Plugin Tests.run.xml b/.run/Run Tests.run.xml similarity index 98% rename from .run/Run Plugin Tests.run.xml rename to .run/Run Tests.run.xml index f281bdc..3909d5f 100644 --- a/.run/Run Plugin Tests.run.xml +++ b/.run/Run Tests.run.xml @@ -22,4 +22,4 @@ true - + \ No newline at end of file diff --git a/.run/Run Plugin Verification.run.xml b/.run/Run Verifications.run.xml similarity index 81% rename from .run/Run Plugin Verification.run.xml rename to .run/Run Verifications.run.xml index 3a8d688..32783f5 100644 --- a/.run/Run Plugin Verification.run.xml +++ b/.run/Run Verifications.run.xml @@ -11,7 +11,7 @@