Skip to content

follow-up to 39f98bfdfe6359c8f8cfba447f54af2460e039e8 rgba() was missed #291

follow-up to 39f98bfdfe6359c8f8cfba447f54af2460e039e8 rgba() was missed

follow-up to 39f98bfdfe6359c8f8cfba447f54af2460e039e8 rgba() was missed #291

Workflow file for this run

name: Java CI
on:
pull_request: {}
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setting JDK
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Build with Ant
run: ant -noinput -buildfile build.xml