This repository was archived by the owner on Sep 22, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments