Skip to content

Commit

Permalink
Revert "Incrementing guava version and increasing heap size (opensear…
Browse files Browse the repository at this point in the history
…ch-project#340)"

This reverts commit e015089.
  • Loading branch information
Arpit-Bandejiya committed Sep 7, 2023
1 parent 1c5ab24 commit 95a136f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
uses: actions/checkout@v2
- name: Build with Gradle
run: ./gradlew build
env:
_JAVA_OPTIONS: -Xmx600M
- name: Pull and Run Docker for security tests
run: |
version=`./gradlew properties -q | grep "opensearch_version:" | awk '{print $2}'`
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/multi-node-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
uses: actions/checkout@v2
- name: Run integration tests with multi node config
run: ./gradlew integTest -PnumNodes=5
env:
_JAVA_OPTIONS: -Xmx600M
- name: Run Backwards Compatibility Tests
run: |
echo "Running backwards compatibility tests ..."
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ apply plugin: 'opensearch.pluginzip'


checkstyle {
toolVersion = '10.12.1'
toolVersion = '8.29'
configFile file("checkstyle/checkstyle.xml")
}

Expand Down Expand Up @@ -134,7 +134,6 @@ dependencies {
implementation "org.opensearch:common-utils:${common_utils_version}"
configurations.all {
resolutionStrategy {
force "com.google.guava:guava:32.0.1-jre"
force "com.puppycrawl.tools:checkstyle:${project.checkstyle.toolVersion}"
}
}
Expand Down

0 comments on commit 95a136f

Please sign in to comment.