Skip to content

Vusena/java-todo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Task Manager Project

This is a simple Java project managed with Gradle. It uses JUnit 5 for testing and comes with the Gradle Wrapper (gradlew) so you don’t need to install Gradle manually.


What is gradlew?

The gradlew (Gradle Wrapper) script ensures that the project always uses a specific version of Gradle, regardless of what is installed on your system.

  • Consistency: Everyone uses the same Gradle version.
  • Convenience: No need to install Gradle separately.
  • Portability: Works on Linux, macOS, and Windows.

Files related to the wrapper (and already in this repo):

  • gradlew (Linux/macOS script)
  • gradlew.bat (Windows script)
  • gradle/wrapper/gradle-wrapper.properties
  • gradle/wrapper/gradle-wrapper.jar

Getting Started

1. Clone the repository

git clone <your-repo-url>
cd <project-folder>

Build dependancies

./gradlew clean build 

Run Tests

./gradlew test

Run project

./gradlew run

About

A copy starter repo for SQL integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 22.5%
  • Java 19.1%
  • HTML 17.1%
  • JavaScript 11.9%
  • Handlebars 11.6%
  • Batchfile 9.3%
  • CSS 8.5%