Skip to content

Bump plugin.serialization from 1.8.21 to 1.8.22 #34

Bump plugin.serialization from 1.8.21 to 1.8.22

Bump plugin.serialization from 1.8.21 to 1.8.22 #34

Workflow file for this run

name: CI
on:
pull_request:
branches: ['**']
push:
branches: ['**']
tags: [v*]
permissions:
contents: read
packages: read
jobs:
build-gradle:
name: Build
# Run on external PRs, but not on internal PRs since those will be run by push to branch
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
- name: Build with Gradle Wrapper
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: build --full-stacktrace