Initial commit

This commit is contained in:
Paul Schaub 2024-03-30 21:33:03 +01:00
commit 2656f63942
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
13 changed files with 709 additions and 0 deletions

7
settings.gradle Normal file
View file

@ -0,0 +1,7 @@
// SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
//
// SPDX-License-Identifier: Apache-2.0
rootProject.name = 'HKP-Java'
include 'hkp-java'