Skip to content

Commit e4b3d47

Browse files
committed
Update gradle to version 9.1.0
1 parent dc3735f commit e4b3d47

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A battery packed, multi-platform plugin template for Minecraft servers to get yo
66
- [Cloud](https://github.com/Incendo/cloud) for platform-agnostic command registration and handling.
77
- [Configurate](https://github.com/SpongePowered/Configurate) for cross-platform configuration.
88

9-
Currently supporting Bukkit, Bungeecord and Velocity.
9+
Currently supporting Bukkit, Bungeecord, Paper and Velocity.
1010

1111
## License
1212
This project is licensed under the [Unlicense](https://github.com/RealTriassic/plugin-template/blob/main/LICENSE) license, meaning you are free to use this project however you like, including changing the license for your own projects.

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-9.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@file:Suppress("UnstableApiUsage")
2+
23
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
34

45
dependencyResolutionManagement {
@@ -36,6 +37,7 @@ plugins {
3637
rootProject.name = "plugin-template"
3738

3839
include(":core")
40+
3941
file("bootstrap").listFiles()?.forEach { file ->
4042
if (file.isDirectory) {
4143
include(":bootstrap:${file.name}")

0 commit comments

Comments
 (0)