代码拉取完成,页面将自动刷新
plugins {
id "com.github.johnrengelman.shadow" version "4.0.1"
}
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'application'
group = 'com.vvvtimes.com'
version = '1.0-SNAPSHOT'
sourceCompatibility = 1.8
targetCompatibility = 1.8
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
mainClassName = 'com.vvvtimes.server.MainServer'
jar {
manifest {
attributes 'Main-Class': mainClassName
}
}
repositories {
jcenter()
}
dependencies {
compile group: 'org.eclipse.jetty.aggregate', name: 'jetty-all', version: '8.1.22.v20160922'
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.60'
compile group: 'commons-codec', name: 'commons-codec', version: '1.11'
compile group: 'net.sf.json-lib', name: 'json-lib', version: '2.4', classifier: 'jdk15'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.1'
compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1'
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。