Skip to content

jaabless/NewGradleProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewGradleProject

A simple Gradle project with Kotlin support.

About

This is a modern Kotlin/Gradle project configured with:

  • Kotlin JVM Plugin v1.9.22
  • Java 21 target runtime
  • JUnit 4 for testing
  • GitHub Actions CI/CD for automated builds and tests

Building

./gradlew build

Running

./gradlew run

Testing

./gradlew test

CI/CD Pipeline

This project uses GitHub Actions for continuous integration. The CI pipeline automatically:

  • Builds the project on every push to main and develop branches
  • Runs unit tests
  • Uploads build reports as artifacts
  • Publishes test results

The workflow file is located at .github/workflows/ci.yml

About

Sample Gradle Project with Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors