5 Star 19 Fork 1

Memory_Leak / wxbot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.16 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
Memory_Leak 提交于 2018-08-20 22:59 . feat: 新增发送附件图片请求
buildscript {
ext.kotlin_version = '1.2.30'
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
group 'cn.fuser.vx'
version '1.0-SNAPSHOT'
apply plugin: 'java'
apply plugin: 'kotlin'
sourceCompatibility = 1.8
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
}
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
compile 'com.squareup.okhttp3:okhttp:3.11.0'
compile group: 'com.squareup.okhttp3', name: 'okhttp-urlconnection', version: '3.11.0'
compile 'com.alibaba:fastjson:1.2.49'
compile "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
compile group: 'commons-codec', name: 'commons-codec', version: '1.11'
compile group: 'log4j', name: 'log4j', version: '1.2.17'
testCompile group: 'junit', name: 'junit', version: '4.12'
}
compileKotlin {
kotlinOptions.jvmTarget = "1.8"
}
compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
}
Kotlin
1
https://gitee.com/irealing/wxbot.git
git@gitee.com:irealing/wxbot.git
irealing
wxbot
wxbot
master

搜索帮助