File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
thymeleaf-layout-dialect-benchmark Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import java.time.LocalDateTime
2323plugins {
2424 id ' com.github.psxpaul.execfork' version ' 0.2.2'
2525 id ' org.springframework.boot' version ' 3.4.2'
26- id ' nz.net.ultraq.gradle.fluent-configuration' version ' 0.3.0 '
26+ id ' nz.net.ultraq.gradle.fluent-configuration' version ' 0.3.1 '
2727}
2828apply plugin : ' io.spring.dependency-management'
2929
Original file line number Diff line number Diff line change 1515 */
1616
1717plugins {
18- id ' codenarc'
1918 id ' distribution'
2019 id ' idea'
21- id ' nz.net.ultraq.gradle.fluent-configuration' version ' 0.3.0 '
20+ id ' nz.net.ultraq.gradle.fluent-configuration' version ' 0.3.1 '
2221}
2322
2423description = ' A dialect for Thymeleaf that allows you to use layout/decorator templates to style your content.'
@@ -45,7 +44,6 @@ configure {
4544 .configureTesting()
4645 .withTestDirectory(' test' )
4746 .withTestDependencies() {
48- codenarc ' org.codenarc:CodeNarc:3.5.0-groovy-4.0'
4947 testImplementation ' net.bytebuddy:byte-buddy:1.16.1'
5048 testImplementation ' nz.net.ultraq.thymeleaf:thymeleaf-testing-junit:5.2.0'
5149 testImplementation ' org.objenesis:objenesis:3.4'
@@ -54,6 +52,7 @@ configure {
5452 testImplementation " org.thymeleaf.testing:thymeleaf-testing:${ thymeleafVersion} "
5553 testRuntimeOnly ' org.slf4j:slf4j-simple:2.0.16'
5654 }
55+ .useCodenarc(resources. text. fromUri(' https://raw.githubusercontent.com/ultraq/codenarc-config-ultraq/master/codenarc.groovy' ))
5756 .useJUnitJupiter()
5857 .useJacoco()
5958 createMavenPublication()
@@ -81,7 +80,3 @@ configure {
8180 )
8281}
8382// @formatter:on
84-
85- codenarc {
86- config = resources. text. fromUri(' https://raw.githubusercontent.com/ultraq/codenarc-config-ultraq/master/codenarc.groovy' )
87- }
You can’t perform that action at this time.
0 commit comments