File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ jobs:
32
32
33
33
- name : Setup Moxie
34
34
run : |
35
- wget http://gitblit-org.github.io/moxie/maven/com/gitblit/moxie/moxie+ant/0.9.4 /moxie+ant-0.9.4 .tar.gz
36
- tar -xzf moxie+ant-0.9.4 .tar.gz
37
- moxie-0.9.4 /bin/moxie -version
35
+ wget http://gitblit-org.github.io/moxie/maven/com/gitblit/moxie/moxie+ant/0.10.0 /moxie+ant-0.10.0 .tar.gz
36
+ tar -xzf moxie+ant-0.10.0 .tar.gz
37
+ moxie-0.10.0 /bin/moxie -version
38
38
39
39
- name : Report Java version
40
40
run : |
41
41
java -version
42
42
javac -version
43
43
44
44
- name : Build with Moxie
45
- run : moxie-0.9.4 /bin/moxie test
45
+ run : moxie-0.10.0 /bin/moxie test
46
46
47
47
48
48
build_windows :
Original file line number Diff line number Diff line change 3
3
#
4
4
5
5
# Specify minimum Moxie version required to build
6
- requires: 0.9.4
6
+ requires: 0.10.0
7
7
8
8
# Project Metadata
9
9
name: Gitblit
Original file line number Diff line number Diff line change 8
8
documentation @ http://gitblit-org.github.io/moxie
9
9
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
10
-->
11
- <property name =" moxie.version" value =" 0.9.4 " />
11
+ <property name =" moxie.version" value =" 0.10.0 " />
12
12
<property name =" moxie.url" value =" http://gitblit-org.github.io/moxie/maven" />
13
13
<property name =" moxie.jar" value =" moxie-toolkit-${ moxie.version } .jar" />
14
14
<property name =" moxie.dir" value =" ${ user.home } /.moxie" />
You can’t perform that action at this time.
0 commit comments