Feature/v6/arkitektonika (#2916)

* Start working on Arkitektonika support

* Progress on Arkitektonika

* Add license headers

* Some QoL and javadocs

* Fix maximum calculation

* Fix minor formatting

* Reimplement legacy webinterface support

* Add documentation and fix deletion link

* Resolve conflicts/gradle stuff

* Fix links

* Make message readable

* Do not allow download of merged plots
This commit is contained in:
Hannes Greule
2020-12-05 19:50:41 +01:00
committed by GitHub
parent c8ad936d26
commit ff70d5db14
13 changed files with 569 additions and 256 deletions

View File

@ -124,6 +124,10 @@ allprojects {
id.set("N0tMyFaultOG")
name.set("NotMyFault")
}
developer {
id.set("SirYwell")
name.set("Hannes Greule")
}
}
scm {