Skip to content

inherit the version from drools pom directly (#62) #177

inherit the version from drools pom directly (#62)

inherit the version from drools pom directly (#62) #177

Workflow file for this run

name: Java CI
on:
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: Install Drools Snapshot
uses: actions/checkout@v3
with:
repository: kiegroup/drools
path: drools
- name: Build Drools Snapshot with Maven
run: cd drools && mvn --batch-mode --update-snapshots install -Dquickly && cd ..
- uses: actions/checkout@v3
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify
- run: mkdir staging && cp drools-ansible-rulebook-integration-runtime/target/drools*.jar staging && cp drools-ansible-rulebook-integration-main/target/drools-ansible-rulebook-integration-main-jar-with-dependencies.jar staging
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
staging/*.jar