mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 02:09:38 +02:00
11 lines
248 B
Groovy
11 lines
248 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',
|
|
'pgpainless-yubikey'
|
|
|