[repl] Add project description

This commit is contained in:
Florian Schmaus 2020-05-21 09:47:02 +02:00
parent 2679c72f0f
commit d69f62d012
1 changed files with 3 additions and 0 deletions

View File

@ -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'