Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/buildless/sample-gradle-java
- Owner: buildless
- Created: 2023-12-05T01:16:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:55:58.000Z (about 1 year ago)
- Last Synced: 2024-04-17T14:23:38.444Z (9 months ago)
- Topics: build-cache, buildcache, buildless, gradle, java, remote-build-cache
- Homepage: https://docs.less.build/docs/gradle
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```