I set up a simple Github Actions workflow simply to check if my self-hosted Windows Virtual Machine is able to recognize the installed java/git/maven versions. Versions in the Virtual Machine: Microsoft Windows 64 bit Java version: jdk1.8.0_202 Maven version: 3.8.5 Java and Git are correctly recognized however the step checking for maven version fails: it fails with the following log:
Tag: github-actions
Github Java Maven Actions continuous integration POM is referencing itself
I’m having this problem with Github Actions (continues integration) where the project i made in maven doesn’t succeed because the POM is referencing itself. However i have no idea how to fix this. I …
Github action: setup-java with multiple JDKs and corresponding environment variables
Background: I’ve a spring-boot 2.3 project using reactive driver for cassandra that is built on Java 11. For integration test though, when I spin up an embedded Cassandra database, I rely on presence …