Multiple fixes
* Implemented ScriptRunner with environment expansion and cleaner code. * Added ApiClient plugin (com.noccy.apiclient) * Renamed CHANGELOG.md to VERSIONS.md * Shuffled buildtools * Added first unittests
This commit is contained in:
+10
-3
@@ -1,11 +1,18 @@
|
||||
{
|
||||
"preload": [
|
||||
".spark/plugins/*"
|
||||
".spark/plugins/*",
|
||||
".spark/local/*"
|
||||
],
|
||||
"scripts": {
|
||||
"version": [
|
||||
".spark/build/update-version.sh"
|
||||
],
|
||||
"package": [
|
||||
".spark/build/package.sh"
|
||||
],
|
||||
"build": [
|
||||
".spark/update-version.sh",
|
||||
".spark/package.sh"
|
||||
"@version",
|
||||
"@package"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user