Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Gradle Application

A simple Java application built with Gradle.

Running the Application

To run the Hello World application:

./gradlew run

On Windows:

gradlew.bat run

Building the Application

To build the application:

./gradlew build

Running Tests

To run the tests:

./gradlew test

Project Structure

├── build.gradle              # Gradle build configuration
├── gradlew                   # Gradle wrapper script (Unix)
├── gradlew.bat              # Gradle wrapper script (Windows)
├── gradle/
│   └── wrapper/
│       └── gradle-wrapper.properties
└── src/
    ├── main/
    │   └── java/
    │       └── com/
    │           └── example/
    │               └── HelloWorld.java
    └── test/
        └── java/
            └── com/
                └── example/
                    └── HelloWorldTest.java

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages