We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cec71b6 + 5a983ed commit 04ed831Copy full SHA for 04ed831
2 files changed
jme3-templates/src/com/jme3/gde/templates/GradleDesktopGameProject.zip
2.33 KB
jme3-templates/src/com/jme3/gde/templates/files/freemarker/build.gradle.ftl
@@ -4,8 +4,8 @@ plugins {
4
id 'application'
5
}
6
7
-group 'com.mygame'
8
-version '1.0'
+group = 'com.mygame'
+version = '1.0'
9
10
application {
11
applicationName = '${name}'
@@ -18,7 +18,7 @@ application {
18
19
repositories {
20
mavenCentral()
21
- maven { url 'https://jitpack.io' }
+ maven { url = 'https://jitpack.io' }
22
23
24
project.ext {
@@ -119,5 +119,5 @@ java {
119
120
121
wrapper {
122
- gradleVersion = '8.6'
+ gradleVersion = '9.2.1'
123
0 commit comments