Skip to content

Migrate JMockit block to Mockito which contains redundant "this" prefix for arg matcher and migrate array as parameter for any #3012

Migrate JMockit block to Mockito which contains redundant "this" prefix for arg matcher and migrate array as parameter for any

Migrate JMockit block to Mockito which contains redundant "this" prefix for arg matcher and migrate array as parameter for any #3012

Workflow file for this run

---
name: ci
on:
push:
branches:
- main
tags-ignore:
- "*"
pull_request:
branches:
- main
workflow_dispatch: {}
schedule:
- cron: 0 17 * * *
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: openrewrite/gh-automation/.github/workflows/ci-gradle.yml@main
secrets:
gradle_enterprise_access_key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
ossrh_token: ${{ secrets.OSSRH_TOKEN }}
ossrh_signing_key: ${{ secrets.OSSRH_SIGNING_KEY }}
ossrh_signing_password: ${{ secrets.OSSRH_SIGNING_PASSWORD }}