mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-09-19 18:22:27 +08:00
add gradle support
This commit is contained in:
12
weixin-java-common/build.gradle
Normal file
12
weixin-java-common/build.gradle
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
description = 'WeiXin Java Tools - Common'
|
||||
dependencies {
|
||||
compile group: 'com.thoughtworks.xstream', name: 'xstream', version:'1.4.7'
|
||||
testCompile group: 'junit', name: 'junit', version:'4.11'
|
||||
testCompile group: 'org.testng', name: 'testng', version:'6.8.7'
|
||||
testCompile group: 'org.mockito', name: 'mockito-all', version:'1.9.5'
|
||||
testCompile group: 'com.google.inject', name: 'guice', version:'3.0'
|
||||
testCompile group: 'org.eclipse.jetty', name: 'jetty-server', version:'9.3.0.M0'
|
||||
testCompile group: 'org.eclipse.jetty', name: 'jetty-servlet', version:'9.3.0.M0'
|
||||
}
|
||||
test.useTestNG()
|
Reference in New Issue
Block a user