Skip to content

Commit 04ed831

Browse files
authored
Merge pull request #691 from tonihele/feature/issue-690
Update Gradle 8.6 -> 9.2.1 on Gradle game template
2 parents cec71b6 + 5a983ed commit 04ed831

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Binary file not shown.

jme3-templates/src/com/jme3/gde/templates/files/freemarker/build.gradle.ftl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44
id 'application'
55
}
66

7-
group 'com.mygame'
8-
version '1.0'
7+
group = 'com.mygame'
8+
version = '1.0'
99

1010
application {
1111
applicationName = '${name}'
@@ -18,7 +18,7 @@ application {
1818

1919
repositories {
2020
mavenCentral()
21-
maven { url 'https://jitpack.io' }
21+
maven { url = 'https://jitpack.io' }
2222
}
2323

2424
project.ext {
@@ -119,5 +119,5 @@ java {
119119
}
120120

121121
wrapper {
122-
gradleVersion = '8.6'
122+
gradleVersion = '9.2.1'
123123
}

0 commit comments

Comments
 (0)