AlessioDP / libby

A runtime dependency management library for plugins running in Java-based Minecraft server platforms.
MIT License
76 stars 20 forks source link

Fix GitHub Actions #17

Closed bivashy closed 11 months ago

bivashy commented 11 months ago

In this Pull Request I've added condition into maven.yml.

If java version equals to 11, we will build every module except paper:

mvn -B package --file pom.xml -pl !paper

If Java version is not equal to 11, we will build as always

mvn -B package --file pom.xml