FactoriaF5 / JavaInterview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Basic Skeleton: Save the boilerplate in your new projects

Introduction

This is a repository intended to serve as a starting point if you want to bootstrap a Java project with JUnit and Gradle.

How To Start

  1. Install Java 11: brew cask install corretto or download it here
  2. Set it as your default JVM: export JAVA_HOME='/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home'
  3. Clone this repository
  4. Execute some Gradle lifecycle tasks in order to check everything is OK:
    1. Create the project JAR: make build
    2. Run the tests and plugins verification tasks: make test

About


Languages

Language:Java 97.3%Language:Makefile 2.7%