File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 - name : Build and Test
5050 run : |
5151 chown -R 1000:1000 `pwd`
52- su `id -un 1000` -c "whoami && java -version && ./gradlew build"
52+ su `id -un 1000` -c "whoami && java -version && ./gradlew build -Dbuild.snapshot=false -Dopensearch.version=3.1.0 "
5353
5454 - name : Create Artifact Path
5555 run : |
@@ -112,7 +112,7 @@ jobs:
112112
113113 - name : Build and Test
114114 working-directory : ${{ env.WORKING_DIR }}
115- run : ./gradlew build ${{ env.BUILD_ARGS }}
115+ run : ./gradlew -Dbuild.snapshot=false -Dopensearch.version=3.1.0 build ${{ env.BUILD_ARGS }}
116116 env :
117117 _JAVA_OPTIONS : ${{ matrix.os_java_options }}
118118
Original file line number Diff line number Diff line change 4949 - name : Run integration tests
5050 run : |
5151 chown -R 1000:1000 `pwd`
52- su `id -un 1000` -c "./gradlew integTest -Dsecurity=true -Dhttps=true --tests '*IT'"
52+ su `id -un 1000` -c "./gradlew integTest -Dbuild.snapshot=false - Dsecurity=true -Dopensearch.version=3.1.0 -Dhttps=true --tests '*IT'"
5353
5454 - name : Upload failed logs
5555 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments