mirror of https://github.com/tikv/client-java.git
resolve comments
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
This commit is contained in:
parent
c65e8d65b8
commit
7afce3a61c
|
@ -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" }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue