File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
thymeleaf-layout-dialect-benchmark Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17+ // Need to use an older version of execfork for Java 8
18+ pluginManagement {
19+ resolutionStrategy {
20+ eachPlugin {
21+ if (requested. id. name == ' execfork' && JavaVersion . current() == JavaVersion . VERSION_1_8 ) {
22+ useModule(' com.github.psxpaul.execfork:com.github.psxpaul.execfork.gradle.plugin:0.1.13' )
23+ }
24+ }
25+ }
26+ }
27+
1728include(
1829 ' thymeleaf-layout-dialect' ,
1930 ' thymeleaf-layout-dialect-benchmark' ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ plugins {
2424 id ' groovy'
2525 id ' io.spring.dependency-management' version ' 1.0.11.RELEASE'
2626 id ' org.springframework.boot' version ' 2.6.3'
27- id ' com.github.psxpaul.execfork' version ' 0.1.14 '
27+ id ' com.github.psxpaul.execfork' version ' 0.1.15 '
2828}
2929apply from : ' https://raw.githubusercontent.com/ultraq/gradle-support/4.0.1/gradle-support.gradle'
3030
You can’t perform that action at this time.
0 commit comments