We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafb050 commit 542073dCopy full SHA for 542073d
README.md
@@ -55,6 +55,8 @@ To run LiquidJava, use the Maven command below, replacing `/path/to/your/project
55
```bash
56
mvn exec:java -pl liquidjava-verifier -Dexec.mainClass="liquidjava.api.CommandLineLauncher" -Dexec.args="/path/to/your/project"
57
```
58
+*Warning: Any change to LiquidJava requires rebuilding the jar.*
59
+
60
61
If you're on Linux/macOS, you can use the `liquidjava` script (from the repository root) to simplify the process.
62
0 commit comments