1 Star 2 Fork 0

XPYEX/FixPrimordialPearl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 770 Bytes
一键复制 编辑 原始数据 按行查看 历史
XPYEX 提交于 2024-02-24 18:47 +08:00 . 修复EnderIO系列铁砧的间接移动物品Bug
import org.apache.tools.ant.filters.ReplaceTokens
plugins {
id 'java'
}
group = 'me.xpyex'
version = '1.0.6'
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
repositories {
mavenCentral()
maven {
name = 'spigotmc-repo'
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
}
maven {
name = 'sonatype'
url = 'https://oss.sonatype.org/content/groups/public/'
}
}
dependencies {
compileOnly 'org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT'
compileOnly 'com.google.code.gson:gson:2.8.9'
}
processResources {
from(sourceSets.main.resources.srcDirs) {
filter ReplaceTokens, tokens: [version: version]
}
}
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/xpyex/FixPrimordialPearl.git
git@gitee.com:xpyex/FixPrimordialPearl.git
xpyex
FixPrimordialPearl
FixPrimordialPearl
master

搜索帮助