Migrate to kokuwa parent

This commit is contained in:
Stephan Schnabel 2023-07-03 09:50:21 +02:00
parent 29b573f2f7
commit a3784fe1f5
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
12 changed files with 193 additions and 414 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>