3 Star 0 Fork 1

mirrors_crashinvaders / gdx-texture-packer-gui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
Anton Chekulaev 提交于 2023-10-30 21:56 . Version changed to 4.13.0
buildscript {
repositories {
mavenLocal()
mavenCentral()
gradlePluginPortal()
maven { url "https://oss.sonatype.org/content/repositories/releases/" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
// We are stuck with Gradle 6 because of this outdated plugin.
// Possible move to a jpackage based plugin (https://github.com/petr-panteleyev/jpackage-gradle-plugin)
// to assemble OS specific distributions.
classpath "edu.sc.seis:macAppBundle:2.3.0"
classpath "com.netflix.nebula:gradle-ospackage-plugin:8.4.1"
classpath "com.badlogicgames.gdx:gdx-jnigen-gradle:$jnigenVersion"
// Extract Git metadata for Gradle scripts.
classpath "org.ajoberstar.grgit:org.ajoberstar.grgit.gradle.plugin:4.1.1" // Update to the latest version when move to Gradle 7+
// Generate Java build config class from Gradle.
classpath "com.github.gmazzo:gradle-buildconfig-plugin:3.1.0"
}
}
allprojects {
apply plugin: "idea"
ext.appName = "gdx-texture-packer"
version = '4.13.0'
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"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_crashinvaders/gdx-texture-packer-gui.git
git@gitee.com:mirrors_crashinvaders/gdx-texture-packer-gui.git
mirrors_crashinvaders
gdx-texture-packer-gui
gdx-texture-packer-gui
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891