aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/java/maven
Commit message (Collapse)AuthorAge
...
* Java: Maven: Fix some boo boos with the Windows installation.Gravatar Asim Shankar2017-03-24
| | | | | | | - The resource path should not use the platform's file separator. - Restore the commands to download and extract the Windows native libraries. - Unrelated tweaks the README Change: 151161421
* Java: Scripts to package and upload to Maven Central.Gravatar Asim Shankar2017-03-23
The general idea is that the scripts here download release artifacts (Java sources, JNI native libraries) built using bazel as part of the TensorFlow release process and packages them into a maven repository. See README.md for instructions and layout of the artifacts. Final step for #6926 Change: 151096674