Skip to content

Fix for #38 Cron: Improve cron next execution time calculation #44

Fix for #38 Cron: Improve cron next execution time calculation

Fix for #38 Cron: Improve cron next execution time calculation #44

Workflow file for this run

name: Build
on:
push:
branches: [ "**" ]
tags: [ "v*" ]
pull_request:
branches: [ "**" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '8'
cache: 'maven'
- name: Build with Maven
run: mvn -B -DskipTests package
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: AutoUpdatePlugins-jar
path: target/*.jar