1 Star 0 Fork 17

sunmjian / wechat-jump-helper

forked from Yunlong / wechat-jump-helper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 359 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yunlong 提交于 2018-01-20 23:49 . 优化棋子坐标位置获取
group 'com.scrapy4j'
version '1.0.2'
apply plugin: 'java'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
jar {
manifest {
attributes "Main-Class": "com.github.yunlong2cn.App"
}
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
Java
1
https://gitee.com/sunmjian/wechat-jump-helper.git
git@gitee.com:sunmjian/wechat-jump-helper.git
sunmjian
wechat-jump-helper
wechat-jump-helper
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891