Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit b76b221

Browse files
author
Le Gall Benoît
committed
upgrade: versions
1 parent b9382cc commit b76b221

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

README.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
1-
# testcontainers-pgroonga
1+
# Testcontainers PgRoonga
22
Pgroonga module for [testcontainers](https://www.testcontainers.org/)
33

4-
## Version
5-
![version](https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000)
6-
7-
## JitCI
84
[![](https://jitci.com/gh/FrogDevelopment/testcontainers-pgroonga/svg)](https://jitci.com/gh/FrogDevelopment/testcontainers-pgroonga)
5+
[![Release](https://jitpack.io/v/com.frog-development/testcontainers-pgroonga.svg)](https://jitpack.io/#com.frog-development/testcontainers-pgroonga)
6+
7+
### How to use the testcontainers-pgroonga on your project
8+
##### Step 1. Add the JitPack repository to your build file
99

10-
## Sonar Cloud
11-
TODO [![Quality Gate Status]()
12-
TODO [![Security Rating]()
13-
TODO [![Vulnerabilities]()
14-
TODO [![Coverage]()
15-
TODO [![Maintainability Rating]()
10+
Add it in your root `build.gradle` at the end of repositories:
11+
```groovy
12+
repositories {
13+
...
14+
maven { url 'https://jitpack.io' }
15+
}
16+
```
17+
##### Step 2. Add the dependency
18+
```groovy
19+
dependencies {
20+
implementation 'com.frog-development:testcontainers-pgroonga:1.0.0'
21+
}
22+
```
23+
##### Step 3. Use the Testcontainer PgRoonga module
24+
// TODO

0 commit comments

Comments
 (0)