Fixed cleanup of TensorFlow Hadoop and Spark build artifacts
This commit is contained in:
parent
34bf5f4b8e
commit
cfeb9f1fcd
@ -18,7 +18,7 @@
|
||||
<parent>
|
||||
<groupId>org.tensorflow</groupId>
|
||||
<artifactId>parentpom</artifactId>
|
||||
<version>1.8.0</version>
|
||||
<version>1.9.0-rc0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
</project>
|
@ -46,8 +46,8 @@ clean() {
|
||||
# artifacts lying around)
|
||||
mvn -q clean
|
||||
rm -rf libtensorflow_jni/src libtensorflow_jni/target libtensorflow_jni_gpu/src libtensorflow_jni_gpu/target \
|
||||
libtensorflow/src libtensorflow/target tensorflow-android/target \
|
||||
hadoop/src spark-connector/src
|
||||
libtensorflow/src libtensorflow/target tensorflow-android/target proto/src proto/target \
|
||||
hadoop/src hadoop/target spark-connector/src spark-connector/target
|
||||
}
|
||||
|
||||
update_version_in_pom() {
|
||||
|
@ -18,7 +18,7 @@
|
||||
<parent>
|
||||
<groupId>org.tensorflow</groupId>
|
||||
<artifactId>parentpom</artifactId>
|
||||
<version>1.8.0</version>
|
||||
<version>1.9.0-rc0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user