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: 'java'
|
||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
apply plugin: 'idea'
|
|
||||||
apply plugin: "com.google.protobuf"
|
apply plugin: "com.google.protobuf"
|
||||||
|
|
||||||
group = 'org.tikv'
|
group = 'org.tikv'
|
||||||
|
|
@ -35,9 +34,7 @@ sourceSets {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
test {
|
test {
|
||||||
java {
|
java {}
|
||||||
srcDirs 'src/test/java'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// remove the test configuration - at least in your example you don't have a special test proto file
|
// 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
|
delete protobuf.generatedFilesBaseDir
|
||||||
}
|
}
|
||||||
|
|
||||||
idea {
|
|
||||||
module {}
|
|
||||||
}
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url "http://repo.maven.apache.org/maven2" }
|
maven { url "http://repo.maven.apache.org/maven2" }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue