mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
[repl] Add project description
This commit is contained in:
parent
2679c72f0f
commit
d69f62d012
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ plugins {
|
|||
id "com.github.alisiikh.scalastyle_2.12" version "2.0.2"
|
||||
}
|
||||
|
||||
description = """\
|
||||
A REPL (Read-Eval-Print-Loop) for Smack, or, in other words, a CLI (Command Line Interface) for Smack."""
|
||||
|
||||
apply plugin: 'scala'
|
||||
apply plugin: 'com.github.alisiikh.scalastyle_2.12'
|
||||
|
||||
|
|
Loading…
Reference in a new issue