Skip to content

Update plugin com.squareup.wire to v4.9.8 #18

Update plugin com.squareup.wire to v4.9.8

Update plugin com.squareup.wire to v4.9.8 #18

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v2
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
- name: Build the project
uses: gradle/[email protected]
with:
arguments: build