Skip to content

if ((cn.access & 16384) ==0) return originalData; #24

if ((cn.access & 16384) ==0) return originalData;

if ((cn.access & 16384) ==0) return originalData; #24

# This workflow will build and upload test artifact
# Simple workflow with ignoring condition to prevent unneccessary build
# To download artifact check on job task
name: Build Retro
on:
push:
branches:
- 'NilLoader'
jobs:
build:
name: Build Retro NilLoader
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Grant Execute Permission for gradlew
run: chmod +x gradlew
- name: Setup Java
uses: actions/[email protected]
with:
java-version: '8'
distribution: 'zulu'
cache: gradle
- name: Build
run: ./gradlew build
- name: Upload Build Artifacts
uses: actions/[email protected]
with:
name: Redirectionor-snapshot.jar
path: build/libs/*