Skip to content

Bump org.apache.derby:derby from 10.15.2.0 to 10.17.1.0 in /org.wikipathways.client #7

Bump org.apache.derby:derby from 10.15.2.0 to 10.17.1.0 in /org.wikipathways.client

Bump org.apache.derby:derby from 10.15.2.0 to 10.17.1.0 in /org.wikipathways.client #7

Workflow file for this run

# This workflow will build a Java project with Maven
name: Java CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: cd org.wikipathways.client; mvn -Dmaven.test.failure.ignore=true clean install