Skip to content

Update CHANGELOG.md and bump verison for next release #123

Update CHANGELOG.md and bump verison for next release

Update CHANGELOG.md and bump verison for next release #123

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
name: dis4irc-jar
path: build/libs/Dis4IRC-*.jar
if-no-files-found: error