We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ac72b commit c3f2b04Copy full SHA for c3f2b04
2 files changed
jitpack.yml
@@ -0,0 +1,13 @@
1
+before_install:
2
+# Setup mise environment
3
+ - curl https://mise.run | sh
4
+# the following installs the right tools and creates a mise.toml
5
+# you can skip these if you commit a mise.toml to the project.
6
+ - ~/.local/bin/mise use java@21 maven@3.9
7
+
8
9
+install:
10
+# you could technically just run mvn install directly
11
+# put just showing mise x as an option where you can
12
+# configure additional jdks.
13
+ - ~/.local/bin/mise x -- mvn install -B -ntp
mise.toml
@@ -0,0 +1,3 @@
+[tools]
+java = "17"
+maven = "3.9"
0 commit comments