Skip to content

allow registries to be loaded without Neo deps #177

allow registries to be loaded without Neo deps

allow registries to be loaded without Neo deps #177

Workflow file for this run

name: builds
on:
push:
branches:
- '*'
tags-ignore:
- '*'
jobs:
reobfJar:
name: "CI build"
runs-on: Felix
steps:
- uses: actions/checkout@v2
- run: git submodule update --init --recursive
- run: ./gradlew publishToMavenLocal
- run: mkdir jars
- run: mv build/libs/biggerreactors-* jars/
- uses: actions/upload-artifact@v2
with:
name: jars
path: jars/*