mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-10-31 17:45:58 +01:00
Paul Schaub
c6bc8f9774
See https://github.com/pgpainless/sop-java See https://codeberg.org/PGPainless/sop-java
10 lines
218 B
Groovy
10 lines
218 B
Groovy
// SPDX-FileCopyrightText: 2021 Paul Schaub <info@pgpainless.org>
|
|
//
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
rootProject.name = 'PGPainless'
|
|
|
|
include 'pgpainless-core',
|
|
'pgpainless-sop',
|
|
'pgpainless-cli'
|
|
|