Revisão | 40eb076bed203079bac79f7ad5a2a0fbcd189361 (tree) |
---|---|
Hora | 2015-08-15 20:42:42 |
Autor | MirrgieRiana |
Commiter | MirrgieRiana |
build.gradle: テンプレート用コメント追加
@@ -13,6 +13,7 @@ | ||
13 | 13 | dependencies { |
14 | 14 | compile group: 'commons-collections', name: 'commons-collections', version: '3.2' |
15 | 15 | testCompile group: 'junit', name: 'junit', version: '4.+' |
16 | + // compile group: 'mirrg', name: 'mirrg-struct-hydrogen', version: '1.0' | |
16 | 17 | } |
17 | 18 | |
18 | 19 | /////////////////////////////////// |
@@ -25,6 +26,9 @@ | ||
25 | 26 | |
26 | 27 | repositories { |
27 | 28 | mavenCentral() |
29 | + maven { | |
30 | + // url 'http://hg.pf.osdn.jp/view/t/ta/tacticsrealize/mirrg.struct.hydrogen/raw-file/tip/maven' | |
31 | + } | |
28 | 32 | } |
29 | 33 | |
30 | 34 | test { |