Skip to content

Commit

Permalink
fix bwc to pull latest version for ad
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz committed Apr 26, 2022
1 parent e80e02f commit 99617e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ List<Provider<RegularFile>> plugins = [
return new RegularFile() {
@Override
File getAsFile() {
return fileTree(bwcFilePath + "anomaly-detection/" + bwcVersion).getSingleFile()
return fileTree(bwcFilePath + "anomaly-detection/" + project.version).getSingleFile()
}
}
}
Expand Down

0 comments on commit 99617e4

Please sign in to comment.