Skip to content

UnsupportedOperationException when creating 'scratch file' in IntelliJ IDEA #8

UnsupportedOperationException when creating 'scratch file' in IntelliJ IDEA

UnsupportedOperationException when creating 'scratch file' in IntelliJ IDEA #8

name: Build Pull Request
on: pull_request
permissions:
contents: read
jobs:
build:
name: Build Pull Request
runs-on: ubuntu-latest
if: ${{ github.repository == 'spring-io/spring-javaformat' }}
steps:
- name: Check Out
uses: actions/checkout@v4
- name: Set Up
uses: ./.github/actions/setup
- name: Build
run: ./mvnw clean install --batch-mode --no-transfer-progress --update-snapshots