Improve distribution bundling

This commit is contained in:
2020-07-24 15:43:54 +02:00
parent 2a142a9572
commit f82fd7f781
2 changed files with 8 additions and 2 deletions

View File

@@ -56,10 +56,14 @@ distributions {
main {
contents {
from('src/main') {
include 'java'
include 'resources'
include 'java/**'
include 'resources/**'
exclude '**/*.svg'
into 'sources'
}
from('src/test/java') {
into 'sources/test'
}
from ('.') {
include 'LICENSE'
}

View File

@@ -5,6 +5,8 @@ Zum Ausführen im `bin`-Ordner die `what-a-storage.bat` starten.
## Quellcode
Der Quellcode ist im Unterordner `sources/src` verfügbar. Außerdem ist das git-Repository [hier](https://gitea.siphalor.de/Siphalor/what-a-storage) abrufbar.
Test-Klassen sind im Unterordner `sources/test`.
## Ressourcen
Die Ressourcen befinden sich im Unterordner `sources/resources`. Wie im Programm angegeben, sind die Bild-Dateien von mir erstellt. Die Audio-Dateien stammen von [freesound.org](https://freesound.org) und sind als CC0 lizenziert.