Fix root project name

This commit is contained in:
Paul Schaub 2022-01-11 14:54:02 +01:00
parent f4e882ce8b
commit 1b24da7f1e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: CC0-1.0
rootProject.name = 'PGPainless'
rootProject.name = 'SOP-Java'
include 'sop-java',
'sop-java-picocli'