Commit a4af06dc authored by duanledexianxianxian's avatar duanledexianxianxian 😁

add module1

parent 1d643950
plugins {
id 'java'
}
group 'com.duanledexianxianxian'
version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}
rootProject.name = 'gradle-example'
include 'module1'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment