mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2025-09-08 10:49:39 +02:00
10 lines
219 B
Groovy
10 lines
219 B
Groovy
// SPDX-FileCopyrightText: 2021 Paul Schaub <info@pgpainless.org>
|
|
//
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
rootProject.name = 'cert-d-java'
|
|
|
|
include 'pgpainless-core',
|
|
'pgpainless-sop',
|
|
'pgpainless-cli'
|
|
|