mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-16 21:01:10 +08:00
7 lines
121 B
Bash
Executable File
7 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
echo "Creating reference documentation"
|
|
cd ../querydsl-docs
|
|
mvn clean package
|
|
cd ../querydsl-root
|
|
echo "done."
|