Skip to content

Commit 5279af9

Browse files
committed
Upgrade Gradle Wrapper to 9.0.0
1 parent fc6e282 commit 5279af9

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

.github/template-cleanup/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ platformPlugins =
2020
platformBundledPlugins =
2121

2222
# Gradle Releases -> https://github.com/gradle/gradle/releases
23-
gradleVersion = 8.14.3
23+
gradleVersion = 9.0.0
2424

2525
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2626
kotlin.stdlib.default.dependency = false

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44

55
## [Unreleased]
66

7+
### Added
8+
79
- Added `.DS_Store` directory to `.gitignore`
810

11+
### Changed
12+
13+
- Upgrade Gradle Wrapper to `9.0.0`
14+
915
## [2.2.0] - 2025-08-05
1016

1117
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ platformPlugins =
2020
platformBundledPlugins =
2121

2222
# Gradle Releases -> https://github.com/gradle/gradle/releases
23-
gradleVersion = 8.14.3
23+
gradleVersion = 9.0.0
2424

2525
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2626
kotlin.stdlib.default.dependency = false

gradle/wrapper/gradle-wrapper.jar

1.65 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)