Change group id to com.microsoft.onnxruntime per requirements.

This commit is contained in:
Dmitri Smirnov 2020-06-03 16:44:33 -07:00 committed by Changming Sun
parent 16cef90e29
commit 6199ef1375

View file

@ -12,7 +12,7 @@ allprojects {
}
}
project.group = "ai.onnxruntime"
project.group = "com.microsoft.onnxruntime"
version = rootProject.file('../VERSION_NUMBER').text.trim()
java {