Skip to content

Update main with changelog notes for 1.8.1 + update releasing.md with… #713

Update main with changelog notes for 1.8.1 + update releasing.md with…

Update main with changelog notes for 1.8.1 + update releasing.md with… #713

Workflow file for this run

name: "Continuous Build"
on:
workflow_dispatch:
push:
branches:
- main
concurrency:
group: ci
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
with:
distribution: temurin
java-version: 17
- name: Build and test
run: touch ./local.properties; ./gradlew build javadoc assemble