Skip to content

Commit d69f8cb

Browse files
committed
Only major versions allowed
1 parent 09bfc22 commit d69f8cb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up JDK 1.8
1919
uses: actions/setup-java@v3
2020
with:
21-
java-version: '8.0.282'
21+
java-version: '8'
2222
distribution: 'corretto'
2323
- name: build test and publish
2424
run: ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up JDK 1.8
2020
uses: actions/setup-java@v3
2121
with:
22-
java-version: '8.0.282'
22+
java-version: '8'
2323
distribution: 'corretto'
2424
- name: build and test
2525
run: ./gradlew assemble && ./gradlew check --info --stacktrace

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up JDK 1.8
2323
uses: actions/setup-java@v3
2424
with:
25-
java-version: '8.0.282'
25+
java-version: '8'
2626
distribution: 'corretto'
2727
- name: build test and publish
2828
run: ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace

0 commit comments

Comments
 (0)