Skip to content

nicholastmosher/gradle-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gradle-starter

A template repository for creating new Java projects built with Gradle.

The only requirement before starting is having JDK 8 or later installed.

Getting started

Just clone the project, then you'll have a Java "Hello, world" application ready to go.

$ git clone https://github.com/nicholastmosher/gradle-starter.git your-project-name
$ cd your-project-name
$ ./gradlew run

Resetting git history

If you don't want my initial commit in your history, just delete the .git repo and re-initialize the repository.

$ rm -rf .git/
$ git init
$ git add ./
$ git commit -m "Initial commit"

About

A template repository for creating a Java project built with Gradle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages