Remove library versions from sub modules

This commit is contained in:
fgnm
2020-07-12 12:02:39 +02:00
parent b46774a64d
commit b3b88db972
7 changed files with 6 additions and 52 deletions
-7
View File
@@ -5,13 +5,6 @@ plugins {
group 'games.rednblack'
version '0.0.1'
ext {
gdxVersion = '1.9.10'
box2dlightsVersion = '1.5'
ashleyVersion = '1.7.3'
spineVersion = '3.8.55.1'
}
repositories {
mavenCentral()
}
+2 -9
View File
@@ -10,18 +10,11 @@ repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
ext {
gdxVersion = '1.9.10'
box2DLightsVersion = '1.5'
ashleyVersion = '1.7.3'
visUIVersion = '1.4.5-SNAPSHOT'
}
dependencies {
implementation "com.badlogicgames.gdx:gdx:$gdxVersion"
implementation "com.badlogicgames.ashley:ashley:$ashleyVersion"
implementation "com.kotcrab.vis:vis-ui:$visUIVersion"
implementation "com.badlogicgames.box2dlights:box2dlights:$box2DLightsVersion"
implementation "com.kotcrab.vis:vis-ui:$visuiVersion"
implementation "com.badlogicgames.box2dlights:box2dlights:$box2dlightsVersion"
implementation 'net.mountainblade:modular:1.0'
-6
View File
@@ -5,12 +5,6 @@ plugins {
group 'games.rednblack'
version '0.0.1'
ext {
gdxVersion = '1.9.10'
box2dlightsVersion = '1.5'
ashleyVersion = '1.7.3'
}
repositories {
mavenCentral()
}
+1 -8
View File
@@ -5,13 +5,6 @@ plugins {
group 'games.rednblack'
version '0.0.1'
ext {
gdxVersion = '1.9.10'
box2DLightsVersion = '1.5'
ashleyVersion = '1.7.3'
visUIVersion = '1.4.5-SNAPSHOT'
}
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
@@ -20,7 +13,7 @@ repositories {
dependencies {
implementation "com.badlogicgames.gdx:gdx:$gdxVersion"
implementation "com.badlogicgames.ashley:ashley:$ashleyVersion"
implementation "com.kotcrab.vis:vis-ui:$visUIVersion"
implementation "com.kotcrab.vis:vis-ui:$visuiVersion"
implementation 'net.mountainblade:modular:1.0'
+1 -8
View File
@@ -10,17 +10,10 @@ repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
ext {
gdxVersion = '1.9.10'
box2DLightsVersion = '1.5'
ashleyVersion = '1.7.3'
visUIVersion = '1.4.5-SNAPSHOT'
}
dependencies {
implementation "com.badlogicgames.gdx:gdx:$gdxVersion"
implementation "com.badlogicgames.ashley:ashley:$ashleyVersion"
implementation "com.kotcrab.vis:vis-ui:$visUIVersion"
implementation "com.kotcrab.vis:vis-ui:$visuiVersion"
implementation 'net.mountainblade:modular:1.0'
+1 -8
View File
@@ -10,17 +10,10 @@ repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
ext {
gdxVersion = '1.9.10'
box2DLightsVersion = '1.5'
ashleyVersion = '1.7.3'
visUIVersion = '1.4.5-SNAPSHOT'
}
dependencies {
implementation "com.badlogicgames.gdx:gdx:$gdxVersion"
implementation "com.badlogicgames.ashley:ashley:$ashleyVersion"
implementation "com.kotcrab.vis:vis-ui:$visUIVersion"
implementation "com.kotcrab.vis:vis-ui:$visuiVersion"
implementation 'net.mountainblade:modular:1.0'
+1 -6
View File
@@ -6,11 +6,6 @@ group 'games.rednblack'
version '0.0.1'
ext {
gdxVersion = '1.9.10'
box2DLightsVersion = '1.5'
ashleyVersion = '1.7.3'
visUIVersion = '1.4.5-SNAPSHOT'
pack = ["assets/textures", "assets/pack/", "tiled"]
}
@@ -22,7 +17,7 @@ repositories {
dependencies {
implementation "com.badlogicgames.gdx:gdx:$gdxVersion"
implementation "com.badlogicgames.ashley:ashley:$ashleyVersion"
implementation "com.kotcrab.vis:vis-ui:$visUIVersion"
implementation "com.kotcrab.vis:vis-ui:$visuiVersion"
implementation 'net.mountainblade:modular:1.0'