[+] Add deploy script and instructions

This commit is contained in:
Hykilpikonna
2021-01-22 20:00:46 -05:00
parent e12ff4d4e1
commit 76b2f02c17
3 changed files with 133 additions and 1 deletions
+4
View File
@@ -74,3 +74,7 @@ compileTestKotlin {
jvmTarget = "11"
}
}
bootJar {
archiveFileName = "${archiveBaseName.get()}.${archiveExtension.get()}"
}