mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Fix private file handling
This commit is contained in:
parent
6b924e7021
commit
3eb165cce7
5 changed files with 4 additions and 2 deletions
1
ext/jdbcx/build.gradle
Normal file
1
ext/jdbcx/build.gradle
Normal file
|
@ -0,0 +1 @@
|
|||
plugins { id 'java' }
|
1
ext/jdbcx/src/main/java/module-info.java
Normal file
1
ext/jdbcx/src/main/java/module-info.java
Normal file
|
@ -0,0 +1 @@
|
|||
module io.xpipe.ext.jdbcx {}
|
1
ext/office/build.gradle
Normal file
1
ext/office/build.gradle
Normal file
|
@ -0,0 +1 @@
|
|||
plugins { id 'java' }
|
1
ext/office/src/main/java/module-info.java
Normal file
1
ext/office/src/main/java/module-info.java
Normal file
|
@ -0,0 +1 @@
|
|||
module io.xpipe.ext.office {}
|
|
@ -1,2 +0,0 @@
|
|||
jdbcx
|
||||
office
|
Loading…
Reference in a new issue