File tree 2 files changed +5
-9
lines changed
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ A simple java terminal emulator running on top of [aesh](https://github.com/aesh
10
10
Download:
11
11
---------
12
12
13
- [ mterm-0.57 .zip] ( https://github.com/aeshell/mterm/releases/download/0.57 /mterm-0.57 .zip )
13
+ [ mterm-0.61 .zip] ( https://github.com/aeshell/mterm/releases/download/0.61 /mterm-0.61 .zip )
14
14
15
15
16
16
``` shell
17
- $ unzip mterm-0.57 .zip
18
- $ cd mterm-0.57 /bin
17
+ $ unzip mterm-0.61 .zip
18
+ $ cd mterm-0.61 /bin
19
19
$ ./mterm
20
20
```
21
21
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ apply plugin: 'application'
25
25
apply plugin : ' codenarc'
26
26
27
27
group = ' org.jboss.aesh'
28
- version = ' 0.61-SNAPSHOT '
28
+ version = ' 0.61'
29
29
30
30
mainClassName = ' org.jboss.aesh.mterm.Mterm'
31
31
@@ -52,11 +52,7 @@ test {
52
52
dependencies {
53
53
compile group : ' org.jboss.aesh' , name : ' aesh' , version : version
54
54
compile group : ' org.jboss.aesh' , name : ' aesh-extensions' , version : version
55
- compile ' org.codehaus.groovy:groovy-all :2.4.3'
55
+ compile ' org.codehaus.groovy:groovy:2.4.3'
56
56
testCompile group : ' junit' , name : ' junit' , version : ' 4.+'
57
57
testCompile group : ' org.easytesting' , name : ' fest-swing' , version : ' 1.2.1'
58
58
}
59
-
60
- task wrapper (type : Wrapper ) {
61
- gradleVersion = ' 2.4'
62
- }
You can’t perform that action at this time.
0 commit comments