We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226367a commit fb8ba7bCopy full SHA for fb8ba7b
.github/workflows/ci.yml
@@ -65,4 +65,4 @@ jobs:
65
env:
66
SONATYPE_NEXUS_USERNAME: ${{ secrets.SonatypeUsername }}
67
SONATYPE_NEXUS_PASSWORD: ${{ secrets.SonatypePassword }}
68
- if: success() && github.ref == 'refs/heads/main' && github.event_name != 'pull_request' && matrix.java_version == '1.8'
+ if: success() && github.ref == 'refs/heads/main' && github.event_name != 'pull_request' && matrix.java_version == '11'
0 commit comments