Skip to content

fixed write change log in plugin.xml with changelog-2.2.0 #68

fixed write change log in plugin.xml with changelog-2.2.0

fixed write change log in plugin.xml with changelog-2.2.0 #68

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
- name: Build with Gradle
run: |
./gradlew build