Fix private file handling

This commit is contained in:
crschnick 2023-02-04 10:34:39 +00:00
parent dfbc2781da
commit 6f78a357a6
5 changed files with 4 additions and 2 deletions

1
ext/jdbcx/build.gradle Normal file
View file

@ -0,0 +1 @@
plugins { id 'java' }

View file

@ -0,0 +1 @@
module io.xpipe.ext.jdbcx {}

1
ext/office/build.gradle Normal file
View file

@ -0,0 +1 @@
plugins { id 'java' }

View file

@ -0,0 +1 @@
module io.xpipe.ext.office {}

View file

@ -1,2 +0,0 @@
jdbcx
office