Skip to content

Commit

Permalink
use verveineJ compiled using gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Nov 26, 2024
1 parent 46b7a13 commit 956ec22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ COPY verveinej-docker.sh /verveinej-docker.sh
RUN chmod +x /verveinej-docker.sh

# Download VerveineJ
RUN wget -r https://github.com/moosetechnology/VerveineJ/archive/refs/tags/v3.2.2.tar.gz -O verveine.tar.gz
RUN tar -xvf verveine.tar.gz
RUN mv VerveineJ-3.2.2 VerveineJ-latest
RUN wget https://github.com/moosetechnology/VerveineJ/releases/download/v3.2.3/VerveineJ-v3.2.3.jar -O VerveineJ.jar

WORKDIR /src

Expand Down
2 changes: 1 addition & 1 deletion verveinej-docker.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
/VerveineJ-latest/verveinej.sh $@ -autocp /dependency .
java -jar VerveineJ.jar $@ -autocp /dependency .

0 comments on commit 956ec22

Please sign in to comment.