Coder Social home page Coder Social logo

java-project-template's Introduction

Java project template

Preliminaries

  • Install Java 19. E.g. on Ubuntu:
sudo apt install -y openjdk-19-jdk
wget https://services.gradle.org/distributions/gradle-7.6-bin.zip
mkdir /opt/gradle
unzip -d /opt/gradle gradle-7.6-bin.zip
rm gradle-7.6-bin.zip

and then configure your path to include the installation directory:

export PATH=$PATH:/opt/gradle/gradle-7.6/bin

Build & Test

To build the project:

./gradlew build

To run the tests of all the subprojects:

./gradlew check

Linting

To run spotless:

./gradlew spotlessApply

java-project-template's People

Contributors

marcofavorito avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.