Skip to content

Fix J21 nested inner class synthetic params #26

Fix J21 nested inner class synthetic params

Fix J21 nested inner class synthetic params #26

Workflow file for this run

name: Release
on:
workflow_dispatch: # Manual trigger
push:
tags:
- '*'
jobs:
build:
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 build publish publishToSonatype closeAndReleaseSonatypeStagingRepository -x test --stacktrace
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_KEY_PASSPHRASE: ${{ secrets.SIGNING_KEY_PASSPHRASE }}
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
SONATYPE_PASS: ${{ secrets.SONATYPE_PASS }}