Create smnp.lang package with basic get() methods for map and list

This commit is contained in:
2020-03-09 21:41:52 +01:00
parent 8ca966b376
commit 3c25833122
10 changed files with 82 additions and 24 deletions

View File

@@ -44,7 +44,7 @@ task plugin(type: Jar) {
}
task assemblePlugin(type: Copy) {
from plugin
from jar
into pluginsDir
}