Skip to content

Add NativeMemoryMap.hottestKeys, NativeMemoryMap.coldestKeys. #17

Add NativeMemoryMap.hottestKeys, NativeMemoryMap.coldestKeys.

Add NativeMemoryMap.hottestKeys, NativeMemoryMap.coldestKeys. #17

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: PR Validation
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build