Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit eede465

Browse files
committed
release 6.0.0-beta-9
1 parent bfa59ed commit eede465

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121

2222
```groovy
2323
// Typical microservices setup (Web API + DB + MQ) testing:
24-
testImplementation "io.github.adven27:exam-ms:6.0.0-beta-8"
24+
testImplementation "io.github.adven27:exam-ms:6.0.0-bet-9"
2525
2626
//same as:
27-
//testImplementation "io.github.adven27:exam-ws:6.0.0-beta-8"
28-
//testImplementation "io.github.adven27:exam-db:6.0.0-beta-8"
29-
//testImplementation "io.github.adven27:exam-mq:6.0.0-beta-8"
27+
//testImplementation "io.github.adven27:exam-ws:6.0.0-bet-9"
28+
//testImplementation "io.github.adven27:exam-db:6.0.0-bet-9"
29+
//testImplementation "io.github.adven27:exam-mq:6.0.0-bet-9"
3030
3131
// UI testing
32-
testImplementation "io.github.adven27:exam-ui:6.0.0-beta-8"
32+
testImplementation "io.github.adven27:exam-ui:6.0.0-bet-9"
3333
```
3434
### 2) Use
3535

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ subprojects {
3030
group = 'io.github.adven27'
3131
version = libVersion
3232

33-
sourceCompatibility = 1.8
34-
targetCompatibility = 1.8
33+
sourceCompatibility = 11
34+
targetCompatibility = 11
3535
compileJava.options.encoding = 'utf-8'
3636
compileTestJava.options.encoding = 'utf-8'
3737

0 commit comments

Comments
 (0)