Skip to content

Monorepo for all my general non-SpringBoot Java projects

Notifications You must be signed in to change notification settings

mrlonis/mrlonis-java-monorepo

Repository files navigation

mrlonis-java-monorepo

This repo contains all my personal Java related projects under one repo

Table of Contents

Prerequisites

Gradle

Windows

choco install gradle

Mac-OS / WSL

brew install gradle

JDK

Mac-OS

brew install oracle-jdk@17

WSL - Ubuntu

apt-get install gnupg2 software-properties-common
add-apt-repository ppa:linuxuprising/java
apt-get install oracle-java17-installer oracle-java17-set-default

Running the Project

To run the project, run the following command:

./gradlew build

If on Windows, run the following command:

gradlew.bat build

About

Monorepo for all my general non-SpringBoot Java projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages