Skip to content

Commit

Permalink
Fix deps missing
Browse files Browse the repository at this point in the history
Signed-off-by: bowenlan-amzn <[email protected]>
  • Loading branch information
bowenlan-amzn committed Dec 28, 2022
1 parent dd8e446 commit ae9112f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-security-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout Branch
uses: actions/checkout@v2
- name: Build Index Management
run: ./gradlew assemble -Dbuild.snapshot=false
run: ./gradlew assemble
- name: Pull and Run Docker
run: |
plugin=`basename $(ls build/distributions/*.zip)`
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ buildscript {

kotlin_version = System.getProperty("kotlin.version", "1.6.10")

security_plugin_version = System.getProperty("security.version", security_no_snapshot)
security_plugin_version = System.getProperty("security.version", opensearch_build)
}

repositories {
Expand Down

0 comments on commit ae9112f

Please sign in to comment.