1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-12 22:54:52 +02:00
pgpainless/settings.gradle

12 lines
237 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',
'hsregex'