We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677fabc commit d125345Copy full SHA for d125345
1 file changed
Makefile
@@ -7,11 +7,12 @@ clean:
7
build: clean
8
docker run \
9
--rm \
10
- -v "$$(PWD)":/tmp/talon-client \
+ -v "$$(pwd)":/tmp/talon-client \
11
-w "/tmp/talon-client" \
12
maven:latest\
13
/bin/bash -c "mvn clean install && \
14
cp ~/.m2/repository/one/talon/talon-one-client/$(VERSION)/_remote.repositories target"
15
+ sudo chown -R "$(id -u):$(id -g)" target/
16
17
bundle:
18
rm -rf $(DIST) && \
0 commit comments