Switched from gdx-packer to arc-packer

This commit is contained in:
Anuken
2020-01-22 19:16:56 -05:00
parent 78b2fe64a3
commit eb8479f7f7
3 changed files with 16 additions and 14 deletions

View File

@@ -1,4 +1,8 @@
buildscript{
ext{
arcExtVersion = "e287fdce0449a87fb15599c67b5167ac0273bcb6"
}
repositories{
mavenLocal()
mavenCentral()
@@ -10,8 +14,9 @@ buildscript{
dependencies{
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.8'
classpath "com.badlogicgames.gdx:gdx-tools:1.9.10"
classpath "com.github.anuken:packr:-SNAPSHOT"
classpath "com.github.Anuken.Arc:packer:$arcExtVersion"
classpath "com.github.Anuken.Arc:arc-core:$arcExtVersion"
}
}
@@ -308,10 +313,8 @@ project(":annotations"){
apply plugin: "java"
dependencies{
def arcVersion = "e287fdce0449a87fb15599c67b5167ac0273bcb6"
compile 'com.squareup:javapoet:1.11.0'
compile "com.github.Anuken.Arc:arc-core:$arcVersion"
compile "com.github.Anuken.Arc:arc-core:$arcExtVersion"
compile files("${System.getProperty('java.home')}/../lib/tools.jar")
}
}