Skip to content

Add Ripper for nsfwalbum.com (#1691) #243

Add Ripper for nsfwalbum.com (#1691)

Add Ripper for nsfwalbum.com (#1691) #243

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
java: [1.8]
include: # test newest java on one os only
- os: ubuntu-latest
java: 1.15
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn package --file pom.xml