Skip to content

Bump io.mockk:mockk from 1.14.5 to 1.14.6 #69

Bump io.mockk:mockk from 1.14.5 to 1.14.6

Bump io.mockk:mockk from 1.14.5 to 1.14.6 #69

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@v5
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
java-version: '17'
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
run: ./gradlew clean build