Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# JitPack builds the published library artifact
# (com.github.DemchaAV:GraphCompose) from the standalone root pom.xml.
#
# JDK is pinned to 17 — the project's compile baseline
# (maven.compiler.release=17) and the JDK the release verify/javadoc gate
# runs on — so the jar consumers download is built on the same JDK CI
# validates, not a drifting newer one.
#
# install is scoped to the root module (-pl .) so JitPack builds only the
# library, never the examples/benchmarks reactor siblings.
jdk:
- openjdk21
- openjdk17
install:
- ./mvnw -DskipTests install
- ./mvnw -DskipTests install -pl .