Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/buildless/sample-gradle-java

Sample codebase using Java, Gradle, and Buildless
https://github.com/buildless/sample-gradle-java

build-cache buildcache buildless gradle java remote-build-cache

Last synced: about 2 months ago
JSON representation

Sample codebase using Java, Gradle, and Buildless

Awesome Lists containing this project

README

        

# java sample

[buildless](https://less.build),
[java](https://www.java.com/), and [gradle](https://gradle.org).

## Details about this sample

This sample uses Java version `21`.It is used as an integration test and canary for [Buildless](https://less.build).

## Running this sample

It's a regular Gradle codebase, expressed as a single module, so you can just do:

```
./gradlew run
```

## Running the tests

You guessed it:

```
./gradlew test
```