mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Upgrade Gradle Wrapper to 8.0.2
This commit is contained in:
parent
f686654cbb
commit
8ef7f1247d
2
.github/template-cleanup/gradle.properties
vendored
2
.github/template-cleanup/gradle.properties
vendored
@ -19,7 +19,7 @@ platformVersion = 2022.1.4
|
||||
platformPlugins =
|
||||
|
||||
# Gradle Releases -> https://github.com/gradle/gradle/releases
|
||||
gradleVersion = 8.0.1
|
||||
gradleVersion = 8.0.2
|
||||
|
||||
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
|
||||
# suppress inspection "UnusedProperty"
|
||||
|
@ -16,7 +16,7 @@
|
||||
- GitHub Actions - pass changelog release notes as a multi-line content
|
||||
- GitHub Actions - provide `plugin.verifier.home.dir` variable as a system property instead of project property
|
||||
- Template Cleanup: remove default `pluginIcon.svg` icon
|
||||
- Upgrade Gradle Wrapper to `8.0.1`
|
||||
- Upgrade Gradle Wrapper to `8.0.2`
|
||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.10`
|
||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.13.1`
|
||||
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2022.3.4`
|
||||
|
@ -19,7 +19,7 @@ platformVersion = 2022.1.4
|
||||
platformPlugins =
|
||||
|
||||
# Gradle Releases -> https://github.com/gradle/gradle/releases
|
||||
gradleVersion = 8.0.1
|
||||
gradleVersion = 8.0.2
|
||||
|
||||
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
|
||||
# suppress inspection "UnusedProperty"
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
|
||||
networkTimeout=10000
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Loading…
Reference in New Issue
Block a user