Control gradle version with one variable

This commit is contained in:
fgnm
2024-04-18 14:43:31 +02:00
parent 5a6ae6ec8a
commit 120d3a4791
13 changed files with 12 additions and 13 deletions
+4 -1
View File
@@ -14,7 +14,10 @@ plugins {
} }
group 'games.rednblack' group 'games.rednblack'
version '0.1.4'
allprojects {
version '0.1.4'
}
repositories { repositories {
mavenLocal() mavenLocal()
+1 -1
View File
@@ -5,6 +5,6 @@ spineVersion = 4.1.0
visuiVersion = 1.5.3 visuiVersion = 1.5.3
typingLabelVersion = 1.3.0 typingLabelVersion = 1.3.0
shapedrawerVersion = 2.5.0 shapedrawerVersion = 2.5.0
talosVersion = 1.5.0-SNAPSHOT talosVersion = 1.5.0
gdxTinyVGVersion=7a8927633e gdxTinyVGVersion=7a8927633e
pureMvcVersion=1.0.3-SNAPSHOT pureMvcVersion=1.0.3-SNAPSHOT
-1
View File
@@ -3,7 +3,6 @@ plugins {
} }
group 'games.rednblack' group 'games.rednblack'
version '0.1.4'
repositories { repositories {
mavenCentral() mavenCentral()
-1
View File
@@ -3,7 +3,6 @@ plugins {
} }
group 'games.rednblack' group 'games.rednblack'
version '0.1.4'
repositories { repositories {
mavenCentral() mavenCentral()
-1
View File
@@ -3,7 +3,6 @@ plugins {
} }
group 'games.rednblack' group 'games.rednblack'
version '0.1.4'
repositories { repositories {
mavenCentral() mavenCentral()
-1
View File
@@ -3,7 +3,6 @@ plugins {
} }
group 'games.rednblack' group 'games.rednblack'
version '0.1.4'
ext { ext {
pack = ["assets/textures", "assets/pack/", "tiled"] pack = ["assets/textures", "assets/pack/", "tiled"]