Browse Source

Upgrade Gradle Wrapper to `9.0.0`

pull/533/head
Jakub Chrzanowski 4 months ago
parent
commit
5279af9702
  1. 2
      .github/template-cleanup/gradle.properties
  2. 6
      CHANGELOG.md
  3. 2
      gradle.properties
  4. BIN
      gradle/wrapper/gradle-wrapper.jar
  5. 2
      gradle/wrapper/gradle-wrapper.properties
  6. 2
      gradlew

2
.github/template-cleanup/gradle.properties

@ -20,7 +20,7 @@ platformPlugins = @@ -20,7 +20,7 @@ platformPlugins =
platformBundledPlugins =
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.14.3
gradleVersion = 9.0.0
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency = false

6
CHANGELOG.md

@ -4,8 +4,14 @@ @@ -4,8 +4,14 @@
## [Unreleased]
### Added
- Added `.DS_Store` directory to `.gitignore`
### Changed
- Upgrade Gradle Wrapper to `9.0.0`
## [2.2.0] - 2025-08-05
### Added

2
gradle.properties

@ -20,7 +20,7 @@ platformPlugins = @@ -20,7 +20,7 @@ platformPlugins =
platformBundledPlugins =
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.14.3
gradleVersion = 9.0.0
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency = false

BIN
gradle/wrapper/gradle-wrapper.jar vendored

Binary file not shown.

2
gradle/wrapper/gradle-wrapper.properties vendored

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

2
gradlew vendored

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#!/bin/sh
#
# Copyright © 2015-2021 the original authors.
# Copyright © 2015 the original authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

Loading…
Cancel
Save