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 { +}