Skip to content

camel-ci/camel-ci-gradle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camel CI Gradle Test Project

Usage

Prerequisites

You must have Java 8 (or higher) and Gradle installed on your machine to use this project.

You can check your java version with java --version.

You can check if you already have Gradle installed with the command: gradle -v.

Otherwise, you can get it with those steps:

  • Download a Gradle 5.4.1 binary here
  • Extract it and add gradle/bin to your path

Building/Rebuilding the project

gradle clean assemble

Running Tests

gradle test

Running the application

gradle -q exec

About

Camel CI Gradle Test Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages