Skip to content

Commit f16c88a

Browse files
committed
Gradle 9.0.0
1 parent 2fde2dc commit f16c88a

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github: FlorianMichael
2-
custom: ["https://florianmichael.de/donate"]
2+
custom: [ "https://florianmichael.de/donate" ]

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ classes/
1313
# Idea
1414

1515
.idea/
16+
!.idea/copyright/*
17+
!.idea/scopes/*
1618
*.iml
1719
*.ipr
1820
*.iws
@@ -27,8 +29,8 @@ bin/
2729

2830
# macOS
2931

30-
*.DS_Store
32+
DS_Store
3133

3234
# Misc
3335

34-
run/
36+
run/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Java implementation of the check-host.net API
33

44
## Contact
55
If you encounter any issues, please report them on the [issue tracker](https://github.com/FlorianMichael/CheckHost4J/issues).
6-
If you just want to talk or need help with CheckHost4J feel free to join my [Discord](https://discord.gg/BwWhCHUKDf).
6+
If you just want to talk or need help with CheckHost4J feel free to join my [Discord](https://florianmichael.de/discord).
77

88
## How to add this to your project
99
### Gradle/Maven

gradle/wrapper/gradle-wrapper.jar

1.65 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=845952a9d6afa783db70bb3b0effaae45ae5542ca2bb7929619e8af49cb634cf
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
3+
distributionSha256Sum=8fad3d78296ca518113f3d29016617c7f9367dc005f932bd9d93bf45ba46072b
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

gradlew

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

0 commit comments

Comments
 (0)