代码拉取完成,页面将自动刷新
同步操作将从 xxssyyyyssxx/unihttp 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
buildscript {
repositories {
mavenLocal()
mavenCentral()
jcenter()
}
dependencies {
//classpath "com.novoda:bintray-release:0.3.4"
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
}
}
subprojects{
group 'top.jfunc.network'
version '1.2.5'
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'idea'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'
//用于上传到jcenter
apply plugin: 'com.jfrog.bintray'
sourceCompatibility = 1.8
targetCompatibility = 1.8
//统一版本管理
ext {
CommonUtilVersion = '1.8.3.3'
SpringBootVersion = '1.5.7.RELEASE'
SpringVersion = '4.3.11.RELEASE'
OkHttp3Version = '3.14.4'
JoddVersion = '5.1.0-20190624'
ApacheHttpComponentsVersion = '4.5.10'
JUnitVersion = '4.12'
HamcrestVersion = '1.3'
MockServerVersion = '5.5.4'
}
repositories {
mavenLocal()
mavenCentral()
jcenter()
}
dependencies {
//导入本地的依赖包
//compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile ("junit:junit:${JUnitVersion}")
testCompile ("org.hamcrest:hamcrest-core:${HamcrestVersion}")
testCompile ("org.hamcrest:hamcrest-library:${HamcrestVersion}")
// https://mvnrepository.com/artifact/org.mock-server/mockserver-netty
testCompile ("org.mock-server:mockserver-netty:${MockServerVersion}")
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
jar {
manifest {
attributes('Version': "${version}")
attributes('Author': 'xiongshiyan')
attributes('Phone': '15208384257')
attributes('Email': 'yanshixiong@126.com')
attributes('Build-By': 'Gradle-4.6')
attributes('Licences': 'Apache-2.0')
attributes('GitUrl-Gitee': 'https://gitee.com/xxssyyyyssxx/httpclient-interfacing')
attributes('GitUrl-Github': 'https://github.com/xiongshiyan/httpclient-interfacing')
}
}
}
task wrapper(type: Wrapper) {
gradleVersion = '4.6'
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。