Skip to content

Commit df9e69b

Browse files
author
regula-bot
committed
Merge remote-tracking branch 'origin/develop' into stable
2 parents 62ecad8 + 9c76072 commit df9e69b

File tree

208 files changed

+28906
-2908
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+28906
-2908
lines changed

client/.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.13.0
1+
7.15.0

client/build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,19 @@ dependencies {
2424
implementation("javax.annotation:javax.annotation-api:1.3.2")
2525
implementation("com.google.code.findbugs:jsr305:3.0.2")
2626
implementation("org.springframework:spring-beans:5.3.20")
27+
28+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
29+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")
2730
}
2831

2932
tasks.withType<Jar> {
3033
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
3134
}
3235

36+
tasks.withType<Test> {
37+
useJUnitPlatform()
38+
}
39+
3340
/* ----------- Publishing config ------------------- */
3441
// supressed for local development
3542
// if you need to publish from local machine, create `gradle.properties` file in a project root and add 3 vairables:

0 commit comments

Comments
 (0)