This website works better with JavaScript.
Explore
Help
Sign In
fanruan
/
design
Watch
6
Star
1
Fork
You've already forked design
2
Code
Issues
2
Pull Requests
Releases
Wiki
Activity
帆软报表设计器源代码。
6695
Commits
29
Branches
243
Tags
196 MiB
Tree:
3511eae0c8
design
/
designer-base
/
clean.gradle
11 lines
71 B
Raw
Normal View
History
Unescape
Escape
CORE-25 按文档规范构建10.0版本报表部分的jar包 Signed-off-by: jeo <jeo@fanruan.com>
7 years ago
apply
plugin:
'java'
task
clean
{
ant
{
delete
(
dir:
"build"
)
}
}