первые намётки командной строки
This commit is contained in:
16
shell/build.gradle
Normal file
16
shell/build.gradle
Normal file
@@ -0,0 +1,16 @@
|
||||
version '0.1-SNAPSHOT'
|
||||
|
||||
ext {
|
||||
jline_version = '3.9.1-SNAPSHOT';
|
||||
}
|
||||
|
||||
dependencies {
|
||||
/* Core */
|
||||
compile_excludeCopy project(':core')
|
||||
|
||||
compile (group: 'org.slf4j', name: 'jul-to-slf4j', version: slf4j_version)
|
||||
compile (group: 'org.slf4j', name: 'slf4j-simple', version: slf4j_version)
|
||||
|
||||
compile (group: 'org.jline', name: 'jline', version: jline_version)
|
||||
compile (group: 'org.jline', name: 'jline-terminal-jna', version: jline_version)
|
||||
}
|
||||
Reference in New Issue
Block a user