etag support for file server added

This commit is contained in:
Amer Agovic
2024-01-16 23:30:25 -06:00
parent ba9b980fea
commit 5e77c270d9
12 changed files with 359 additions and 37 deletions
+1
View File
@@ -115,6 +115,7 @@ task runServer{
}
doLast {
Server.main().start({
println(application.mainClass.get())
project.javaexec {
classpath = sourceSets.main.runtimeClasspath
main = application.mainClass.get()