1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 02:09:38 +02:00

Wip: Start implementing a SOP client

This commit is contained in:
Paul Schaub 2020-11-26 11:00:48 +01:00
parent ff8c6d8b6d
commit 9d3ad01dfc
8 changed files with 254 additions and 1 deletions

View file

@ -1,4 +1,5 @@
rootProject.name = 'PGPainless'
include 'pgpainless-core'
include 'pgpainless-core',
'pgpainless-sop'