Skip to content

2024 version of CyanoMetDB! #86

2024 version of CyanoMetDB!

2024 version of CyanoMetDB! #86

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Build with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- run: mvn -Dhttps.protocols=TLSv1.2 -B package --file pom.xml