From 8136b46b0c5c6ce8f7d89ccf59fd9aedb59adedc Mon Sep 17 00:00:00 2001 From: John Thayer <48101600+JohnMThayer@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:01:52 -0500 Subject: [PATCH] Create a file to update to force build testing --- templ-lib/src/main/java/com/optum/templ/Tester.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templ-lib/src/main/java/com/optum/templ/Tester.java diff --git a/templ-lib/src/main/java/com/optum/templ/Tester.java b/templ-lib/src/main/java/com/optum/templ/Tester.java new file mode 100644 index 0000000..4f07a26 --- /dev/null +++ b/templ-lib/src/main/java/com/optum/templ/Tester.java @@ -0,0 +1,7 @@ +package com.optum.templ; + +/** + * Force builds by changing this file while maven central build and publish work is being tested. + */ +public interface Tester { +}