Skip to content

Commit 0c3f0d0

Browse files
committed
chore: Upgrade gradle and dependencies
1 parent 3622af5 commit 0c3f0d0

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
22
id 'java'
33
id 'eclipse'
4-
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.1.8'
5-
id 'xyz.jpenilla.run-velocity' version "2.3.1"
4+
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.3'
5+
id 'xyz.jpenilla.run-velocity' version "3.0.2"
66
}
77

88
group = 'fr.pickaria'

gradle/wrapper/gradle-wrapper.jar

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

gradlew

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

gradlew.bat

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

0 commit comments

Comments
 (0)