Migrate to kokuwa parent

This commit is contained in:
Stephan Schnabel 2023-07-02 14:35:05 +02:00
parent 7e56003ba3
commit 46c49fe9c8
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
9 changed files with 140 additions and 417 deletions

16
.github/settings.xml vendored Normal file
View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- https://github.com/actions/setup-java/issues/85 -->
<settings>
<servers>
<server>
<id>sonatype-nexus</id>
<username>${env.SERVER_USERNAME}</username>
<password>${env.SERVER_PASSWORD}</password>
</server>
<server>
<id>github.com</id>
<username>nope</username>
<password>${env.GIT_ACTION_TOKEN}</password>
</server>
</servers>
</settings>