diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 0a309e4..288243e 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -23,7 +23,7 @@ platformPlugins = javaVersion = 11 # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 7.3 +gradleVersion = 7.3.3 # Opt-out flag for bundling Kotlin standard library. # See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d473cb..596dde7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ # IntelliJ Platform Plugin Template Changelog ## [Unreleased] +### Changed +- Upgrade Gradle Wrapper to `7.3.3` ## [1.1.0] ### Added @@ -295,4 +297,4 @@ ### Added - Initial project scaffold - GitHub Actions to automate testing and deployment -- Kotlin support \ No newline at end of file +- Kotlin support diff --git a/gradle.properties b/gradle.properties index 816fea6..44ea0dd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ platformPlugins = javaVersion = 11 # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 7.3 +gradleVersion = 7.3.3 # Opt-out flag for bundling Kotlin standard library. # See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details. diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e750102..2e6e589 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists