Skip to content

Actually add "TrueFilingEcf4" to the compile, wasn't before #1060

Actually add "TrueFilingEcf4" to the compile, wasn't before

Actually add "TrueFilingEcf4" to the compile, wasn't before #1060

name: JavaCI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
cache: 'maven'
cache-dependency-path: |
EfspCommons/pom.xml
TylerEfmClient/pom.xml
TrueFilingEcf4/pom.xml
TylerEcf4/pom.xml
TylerEcf5/pom.xml
proxyserver/pom.xml
- name: Build with Maven
run: mvn --batch-mode -Preproducible verify javadoc:javadoc
dockerimage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build whole Dockerfile
run: docker build --progress plain --target release --tag test-efspjava-image .