We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f29230 commit 046c486Copy full SHA for 046c486
.envrc
@@ -1 +1,2 @@
1
+dotenv_if_exists
2
use flake
.gitignore
@@ -5,4 +5,5 @@ target/
5
*.iml
6
*.DS_Store
7
*.releaseBackup
8
-release.properties
+release.properties
9
+.env
Makefile
@@ -11,4 +11,8 @@ clean:
11
12
.PHONY: rebuild
13
rebuild:
14
- mvn clean package --global-toolchains toolchains.xml
+ mvn clean package --global-toolchains toolchains.xml
15
+
16
+.PHONY: install
17
+install:
18
+ mvn install --global-toolchains toolchains.xml
0 commit comments