Skip to content

Bump cryptography from 2.6.1 to 41.0.4 #554

Bump cryptography from 2.6.1 to 41.0.4

Bump cryptography from 2.6.1 to 41.0.4 #554

Workflow file for this run

name: Java Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v1
with:
java-version: 8
- name: Build with Maven
run: |
gcloud config set project step-39-2020
mvn package --file capstone/backend/pom.xml