From 5aa5a94e682ea41d75031d2af0de18cdbc56b508 Mon Sep 17 00:00:00 2001 From: Emanuel Rabina Date: Sun, 6 Mar 2022 20:21:33 +1300 Subject: [PATCH] =?UTF-8?q?0.1.14=20works=20locally,=20as=20for=20CI?= =?UTF-8?q?=E2=80=A6=20=F0=9F=A4=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thymeleaf-layout-dialect-benchmark/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thymeleaf-layout-dialect-benchmark/build.gradle b/thymeleaf-layout-dialect-benchmark/build.gradle index e80a05f7..c0a77093 100644 --- a/thymeleaf-layout-dialect-benchmark/build.gradle +++ b/thymeleaf-layout-dialect-benchmark/build.gradle @@ -24,7 +24,7 @@ plugins { id 'groovy' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'org.springframework.boot' version '2.6.3' - id 'com.github.psxpaul.execfork' version '0.1.13' + id 'com.github.psxpaul.execfork' version '0.1.14' } apply from: 'https://raw.githubusercontent.com/ultraq/gradle-support/4.0.1/gradle-support.gradle'