Gradle Experiments: Exploring Gradle® and JVM Technologies
Welcome to the Gradle® Experiments, a simple project created to explore Gradle®, Build Scans®, and JVM development. It showcases curiosity and adaptability in learning new tools and technologies.
Features:
- Prints a welcoming message about exploration and learning.
- Fully managed with Gradle for build automation.
- Build Scans® enabled for performance insights.
Technologies:
- openjdk 23.0.1 2024-10-15
- Gradle®
- Build Scans®
How to Run:
- Clone the repository.
- Navigate to the project directory.
- Build with
gradle build
. - Run the app with
gradle run
. - Generate a Build Scan® with
gradle build --scan
.
License:
This project is licensed under the MIT License.