mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Fix libGDX versioni in Maven and Gradle builds.
This commit is contained in:
parent
d2529d410b
commit
2545b4efdc
@ -2,10 +2,10 @@ apply plugin: "java"
|
|||||||
apply plugin: "maven"
|
apply plugin: "maven"
|
||||||
|
|
||||||
group = "com.github.EsotericSoftware"
|
group = "com.github.EsotericSoftware"
|
||||||
version = "3.9-beta"
|
version = "4.0-beta"
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
libgdxVersion = "1.9.10"
|
libgdxVersion = "1.9.11"
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets.main.java.srcDirs = ["spine-libgdx/src"]
|
sourceSets.main.java.srcDirs = ["spine-libgdx/src"]
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
<groupId>com.esotericsoftware.spine</groupId>
|
<groupId>com.esotericsoftware.spine</groupId>
|
||||||
<artifactId>spine-libgdx</artifactId>
|
<artifactId>spine-libgdx</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>3.9.0.1-SNAPSHOT</version>
|
<version>4.0.0.1-SNAPSHOT</version>
|
||||||
|
|
||||||
|
|
||||||
<name>spine-libgdx</name>
|
<name>spine-libgdx</name>
|
||||||
@ -39,7 +39,7 @@
|
|||||||
<connection>scm:git:https://github.com/EsotericSoftware/spine-runtimes.git</connection>
|
<connection>scm:git:https://github.com/EsotericSoftware/spine-runtimes.git</connection>
|
||||||
<developerConnection>scm:git:https://github.com/EsotericSoftware/spine-runtimes.git</developerConnection>
|
<developerConnection>scm:git:https://github.com/EsotericSoftware/spine-runtimes.git</developerConnection>
|
||||||
<url>https://github.com/EsotericSoftware/spine-runtimes/</url>
|
<url>https://github.com/EsotericSoftware/spine-runtimes/</url>
|
||||||
<tag>spine-libgdx-3.8.55.1</tag>
|
<tag>spine-libgdx-4.0.00.1</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<gdx.version>1.9.11-SNAPSHOT</gdx.version>
|
<gdx.version>1.9.11</gdx.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user