Skip to content

fix build.gradle for cpsCore and CPSTreasury to support devnet #197

fix build.gradle for cpsCore and CPSTreasury to support devnet

fix build.gradle for cpsCore and CPSTreasury to support devnet #197

Workflow file for this run

#name: push-main
#
#on:
# push:
# branches:
# - main
#
#jobs:
# docker:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v2
#
# - name: Build optimized jar
# run: ./gradlew clean build optimizedJar