mirror of https://github.com/zlatinb/muwire
CLI project
parent
b129e79196
commit
f2ea8619bb
|
@ -0,0 +1,3 @@
|
|||
apply plugin : 'application'
|
||||
|
||||
mainClassName = 'com.muwire.cli.Cli'
|
|
@ -0,0 +1,8 @@
|
|||
package com.muwire.cli
|
||||
|
||||
class Cli {
|
||||
|
||||
public static void main(String[] args) {
|
||||
println "MuWire command-line interface"
|
||||
}
|
||||
}
|
|
@ -3,3 +3,4 @@ include 'host-cache'
|
|||
include 'update-server'
|
||||
include 'core'
|
||||
include 'gui'
|
||||
include 'cli'
|
||||
|
|
Loading…
Reference in New Issue