ベータ版移行版。作業部屋IDの綴り修正
Revision | d825080926293e9355dba3ad170a2b6d1a7c1c4d (tree) |
---|---|
Time | 2015-08-07 15:12:04 |
Author | MirrgieRiana |
Commiter | MirrgieRiana |
ChlorophyllUploader: gradle jarでは全ての依存ライブラリをjarに含める
@@ -39,3 +39,7 @@ | ||
39 | 39 | |
40 | 40 | tasks.withType(AbstractCompile)*.options*.encoding = tasks.withType(GroovyCompile)*.groovyOptions*.encoding = 'UTF-8' |
41 | 41 | sourceCompatibility = targetCompatibility = '1.8' |
42 | + | |
43 | +jar { | |
44 | + from configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } | |
45 | +} |