Skip to content

Commit

Permalink
Pin jitpack maven version compatible with the compiler plugin
Browse files Browse the repository at this point in the history
The default maven version on jitpack (3.6.1) fails to build
commonmark-java with

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile)
on project commonmark-test-util: The plugin
org.apache.maven.plugins:maven-compiler-plugin:3.13.0 requires Maven
version 3.6.3
  • Loading branch information
zampino committed Aug 27, 2024
1 parent 7d12b6f commit 6bfb5f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
before_install:
- sdk install maven 3.6.3

0 comments on commit 6bfb5f4

Please sign in to comment.