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 e4e1d04 commit 5b4808fCopy full SHA for 5b4808f
.github/workflows/maven-publish.yml renamed to .github/workflows/release-jar.yml
prod.sh
@@ -1,5 +1,4 @@
1
#!/bin/bash
2
3
-mvn -Drevision=0.0.2 clean package
4
-#mvn clean package -Pproduction
+mvn -Drevision=0.0.1 clean package -Pproduction
5
java -jar target/ollama4j-web-ui-0.0.1.jar
0 commit comments