Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
Signed-off-by: Vacha Shah <vachshah@amazon.com>
  • Loading branch information
VachaShah committed Nov 3, 2022
1 parent c883fda commit 41c66a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ buildscript {
mavenCentral()
maven(url = "https://plugins.gradle.org/m2/")
}
dependencies {
"classpath"(group = "org.opensearch.gradle", name = "build-tools", version = "3.0.0-SNAPSHOT")
}
}

plugins {
Expand All @@ -50,6 +53,7 @@ plugins {
`maven-publish`
id("com.github.jk1.dependency-license-report") version "1.19"
}
apply(plugin = "opensearch.repositories")

checkstyle {
toolVersion = "10.0"
Expand Down

0 comments on commit 41c66a2

Please sign in to comment.