An open API service indexing awesome lists of open source software.

https://github.com/primordialmoros/tasker

Task scheduling framework for the JVM
https://github.com/primordialmoros/tasker

Last synced: 2 months ago
JSON representation

Task scheduling framework for the JVM

Awesome Lists containing this project

README

          

# Tasker

[![License](https://img.shields.io/github/license/PrimordialMoros/tasker?color=blue&style=flat-square)](LICENSE)
[![Maven Central](https://img.shields.io/maven-central/v/me.moros/tasker-core?style=flat-square)](https://central.sonatype.com/artifact/me.moros/tasker-core)
[![Javadoc](https://img.shields.io/badge/docs-javadocs-informational?style=flat-square)](https://javadoc.io/doc/me.moros/tasker-core)

## Building

This project requires Java 25 or newer and uses Gradle (which comes with a wrapper, so you don't need to install it).

Open a terminal and run `./gradlew build`