mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 01:39:43 +02:00
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'
|
|
|