Skip to content

Bump org.springframework:spring-expression in /easy-rules-spel #88

Bump org.springframework:spring-expression in /easy-rules-spel

Bump org.springframework:spring-expression in /easy-rules-spel #88

Workflow file for this run

name: Java CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v1
with:
ref: main
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Maven
run: mvn clean package