mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Change group id to com.microsoft.onnxruntime per requirements.
This commit is contained in:
parent
16cef90e29
commit
6199ef1375
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ allprojects {
|
|||
}
|
||||
}
|
||||
|
||||
project.group = "ai.onnxruntime"
|
||||
project.group = "com.microsoft.onnxruntime"
|
||||
version = rootProject.file('../VERSION_NUMBER').text.trim()
|
||||
|
||||
java {
|
||||
|
|
|
|||
Loading…
Reference in a new issue