Skip to content

Commit

Permalink
bump the ML version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Sep 10, 2024
1 parent 10ba96c commit 9ea48ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions x-pack/plugin/ml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,9 @@ dependencies {
testImplementation "com.google.jimfs:jimfs:${versions.jimfs}"
}

def mlCppVersion() {
def mlVersion = "8.16.0" // Just use the latest 8.x builds until we have 9.0 snapshots
def mlCppVersion(){
return (project.gradle.parent != null && BuildParams.isSnapshotBuild() == false) ?
// (project.version + "-SNAPSHOT") : project.version;
(mlVersion + "-SNAPSHOT") : mlVersion;
(project.version + "-SNAPSHOT") : project.version;
}

artifacts {
Expand Down

0 comments on commit 9ea48ec

Please sign in to comment.