Skip to content

Barebones Java app with gradle build support - useful for quickly starting a new Java project

License

Notifications You must be signed in to change notification settings

Geeber/JavaSkeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaSkeleton

This is a barebones Java app with gradle build support. It is intended to be used to quickly start a new Java project, or for easily testing out snippets of Java code. Simply clone the repo, add your code to Main.java, and run:

./gradlew run

If you are using IntelliJ IDEA, you can quickly set up the necessary project files with:

./gradlew idea

About

Barebones Java app with gradle build support - useful for quickly starting a new Java project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published