Skip to content

Make containsKey return true if the key is present and the value is null in NullableConcurrentHashMap #1273

Make containsKey return true if the key is present and the value is null in NullableConcurrentHashMap

Make containsKey return true if the key is present and the value is null in NullableConcurrentHashMap #1273

Workflow file for this run

name: Publish Snapshot
on: [push, pull_request]
jobs:
publish:
if: ${{ github.repository_owner == 'Vineflower' && contains(github.ref_name, 'develop') }}
runs-on: ubuntu-22.04
container:
image: eclipse-temurin:17
options: --user root
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
- run: ./gradlew publish --stacktrace
env:
STATUS: snapshot
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_KEY_PASSPHRASE: ${{ secrets.SIGNING_KEY_PASSPHRASE }}
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
SONATYPE_PASS: ${{ secrets.SONATYPE_PASS }}