1 Star 0 Fork 1

wuyigq / gdx-texture-packer-gui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
Anton Chekulaev 提交于 2021-12-31 03:23 . Version changed to 4.10.2
buildscript {
repositories {
mavenLocal()
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "https://plugins.gradle.org/m2/" }
jcenter()
}
dependencies {
classpath "edu.sc.seis:macAppBundle:2.3.0"
classpath "com.netflix.nebula:gradle-ospackage-plugin:8.4.1" //TODO Change to 9.0.0 when gradle is updated 7.0+
classpath "com.badlogicgames.gdx:gdx-jnigen-gradle:$jnigenVersion"
}
}
allprojects {
apply plugin: "idea"
ext {
appName = "gdx-texturepacker"
version = '4.10.2'
}
repositories {
mavenLocal()
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/releases/" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
}
}
apply plugin: 'base'
clean {
delete "${rootDir}/distribution/output"
}
1
https://gitee.com/wuyigq/gdx-texture-packer-gui.git
git@gitee.com:wuyigq/gdx-texture-packer-gui.git
wuyigq
gdx-texture-packer-gui
gdx-texture-packer-gui
master

搜索帮助