用于PanguEngine mod开发的快捷Gradle插件。
A useful Gradle plugin for mods in PanguEngine
添加这些构建脚本到build.gradle
的开头。
Add these build scripts to the head of build.gradle
.
buildscript {
repositories {
mavenLocal()
maven { url 'https://jitpack.io' }
gradlePluginPortal()
mavenCentral()
}
dependencies {
classpath 'com.github.UnknownDomainGames:GradlePlugin:<VERSION>'
}
}
apply plugin: 'pangu-gradle'
添加这些构建脚本到build.gradle
之中。
Add these build scripts to build.gradle
.
engine {
version '<ENGINE VERSION>'
}
请阅读我们的贡献指南:简体中文(zh_CN)
Please read our contribution guide: English(en_US)
- PanguEngine
- 项目简介(Introducing Project)
- 示例模组(Example Mod)
- 交流QQ群(QQ group for communication):965101316
- Discord:http://discord.gg/KRGMBw3