resolve comments

Signed-off-by: birdstorm <samuelwyf@hotmail.com>
This commit is contained in:
birdstorm 2018-11-30 15:44:06 +08:00
parent c65e8d65b8
commit 7afce3a61c
1 changed files with 1 additions and 8 deletions

View File

@ -1,6 +1,5 @@
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'idea'
apply plugin: "com.google.protobuf"
group = 'org.tikv'
@ -35,9 +34,7 @@ sourceSets {
}
}
test {
java {
srcDirs 'src/test/java'
}
java {}
}
// remove the test configuration - at least in your example you don't have a special test proto file
}
@ -87,10 +84,6 @@ clean {
delete protobuf.generatedFilesBaseDir
}
idea {
module {}
}
repositories {
maven { url "http://repo.maven.apache.org/maven2" }
}