We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c89f7f commit 9e45851Copy full SHA for 9e45851
thymeleaf-layout-dialect-benchmark/build.gradle
@@ -23,7 +23,7 @@ import java.time.LocalDateTime
23
plugins {
24
id 'com.github.psxpaul.execfork' version '0.2.2'
25
id 'org.springframework.boot' version '3.4.2'
26
- id 'nz.net.ultraq.gradle.fluent-configuration' version '0.3.1'
+ id 'nz.net.ultraq.gradle.fluent-configuration' version '0.5.2'
27
}
28
apply plugin: 'io.spring.dependency-management'
29
@@ -42,7 +42,7 @@ configure {
42
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
43
implementation 'org.springframework.boot:spring-boot-starter-web'
44
45
- .configureTesting()
+ .configureVerification()
46
.withTestDirectory('test')
47
48
// @formatter:on
0 commit comments