Skip to content

Commit

Permalink
Revert "Parvathy, Rahul] | BAH-3197 | Add. Java 11 in Workflow"
Browse files Browse the repository at this point in the history
This reverts commit 7846d17.
  • Loading branch information
rahu1ramesh committed Sep 5, 2023
1 parent 7846d17 commit 100fbe1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
wget -q https://raw.githubusercontent.com/Bahmni/bahmni-infra-utils/main/setArtifactVersion.sh && chmod +x setArtifactVersion.sh
./setArtifactVersion.sh
rm setArtifactVersion.sh
- name: Set up JDK 11
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '8'
distribution: 'corretto'
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ jobs:
- name: chckout code
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: '11'
distribution: 'corretto'
java-version: 1.8
- run: ./scripts/travis/compile.sh
- run: ./scripts/travis/test.sh
- run: ./scripts/travis/createRpm.sh
Expand Down

0 comments on commit 100fbe1

Please sign in to comment.