Commit 0241305f authored by 张征龙's avatar 张征龙

自动化发布测试

parent b1da8df2
...@@ -136,6 +136,7 @@ uploadArchives { ...@@ -136,6 +136,7 @@ uploadArchives {
} }
} }
task listJars(description: 'Display all compile jars.') << { task listJars(description: 'Display all compile jars.') << {
configurations.compile.each { File file -> println file.name } configurations.compile.each { File file -> println file.name }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment