mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-24 21:07:26 +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."
|