From d3dbde4e793d7346abeb7bca194607051ef74372 Mon Sep 17 00:00:00 2001 From: Rob Bygrave Date: Fri, 24 Sep 2021 21:42:23 +1200 Subject: [PATCH] Add a dummy placeholder so that we can sync to maven central The sync needs javadoc and sources so adding a dummy class. Note that I think we only just got this due to the multi-version jar but not sure. --- ebean/src/main/java/io/ebean/assembly/Assembly.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ebean/src/main/java/io/ebean/assembly/Assembly.java diff --git a/ebean/src/main/java/io/ebean/assembly/Assembly.java b/ebean/src/main/java/io/ebean/assembly/Assembly.java new file mode 100644 index 000000000..bc8c8d89f --- /dev/null +++ b/ebean/src/main/java/io/ebean/assembly/Assembly.java @@ -0,0 +1,7 @@ +package io.ebean.assembly; + +/** + * Nothing interesting here - look at ebean-api. + */ +public class Assembly { +}