mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-17 13:12:04 +01:00
Paul Schaub
28912618ea
This module is intended to allow the use of SOP command line applications such as sqop, pgpainless-sop, etc. as drop-ins for sop-java.
10 lines
207 B
Groovy
10 lines
207 B
Groovy
// SPDX-FileCopyrightText: 2021 Paul Schaub <info@pgpainless.org>
|
|
//
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
rootProject.name = 'SOP-Java'
|
|
|
|
include 'sop-java',
|
|
'sop-java-picocli',
|
|
'binary-sop'
|
|
|