Enabling Maven builds for push and pull requests on Ubuntu in the GitHub cloud

This commit is contained in:
Svante Schubert
2022-11-25 12:48:24 +01:00
parent 8297fd5daa
commit 48f0a923ee
5 changed files with 43 additions and 21 deletions

View File

@@ -192,8 +192,8 @@
<configuration>
<toolchains>
<jdk>
<version>1.8</version>
<vendor>openjdk</vendor>
<version>8</version>
<vendor>adopt</vendor>
</jdk>
</toolchains>
</configuration>