1 Star 0 Fork 599

zhangwei / JrebelLicenseServerforJava

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 994 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
yitian 提交于 2018-10-15 20:49 . 添加了gradle支持
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'
}
Java
1
https://gitee.com/zhangwei9757/JrebelLicenseServerforJava.git
git@gitee.com:zhangwei9757/JrebelLicenseServerforJava.git
zhangwei9757
JrebelLicenseServerforJava
JrebelLicenseServerforJava
master

搜索帮助

14c37bed 8189591 565d56ea 8189591