diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-15 20:05:43 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-15 20:05:43 -0600 |
commit | bc65a6a44c5f54f65b559731b2a69894b6badf13 (patch) | |
tree | e8295ffa823e03e3286816c601595cbca7b8aee1 /app/src/main/kotlin/xyz/brysonsteck | |
parent | b7ef7feebb2a384fb6a18baf573d0d8a28cb8421 (diff) | |
download | ServerCraft-bc65a6a44c5f54f65b559731b2a69894b6badf13.tar ServerCraft-bc65a6a44c5f54f65b559731b2a69894b6badf13.tar.gz ServerCraft-bc65a6a44c5f54f65b559731b2a69894b6badf13.tar.bz2 |
changed package name, added java packager to gradle
Diffstat (limited to 'app/src/main/kotlin/xyz/brysonsteck')
-rw-r--r-- | app/src/main/kotlin/xyz/brysonsteck/ServerCraft/App.kt (renamed from app/src/main/kotlin/xyz/brysonsteck/servercraft/App.kt) | 0 | ||||
-rw-r--r-- | app/src/main/kotlin/xyz/brysonsteck/ServerCraft/Main.kt (renamed from app/src/main/kotlin/xyz/brysonsteck/servercraft/Main.kt) | 0 | ||||
-rw-r--r-- | app/src/main/kotlin/xyz/brysonsteck/ServerCraft/controllers/InfoController.kt (renamed from app/src/main/kotlin/xyz/brysonsteck/servercraft/controllers/InfoController.kt) | 0 | ||||
-rw-r--r-- | app/src/main/kotlin/xyz/brysonsteck/ServerCraft/controllers/PrimaryController.kt (renamed from app/src/main/kotlin/xyz/brysonsteck/servercraft/controllers/PrimaryController.kt) | 0 | ||||
-rw-r--r-- | app/src/main/kotlin/xyz/brysonsteck/ServerCraft/server/Download.kt (renamed from app/src/main/kotlin/xyz/brysonsteck/servercraft/server/Download.kt) | 0 | ||||
-rw-r--r-- | app/src/main/kotlin/xyz/brysonsteck/ServerCraft/server/Server.kt (renamed from app/src/main/kotlin/xyz/brysonsteck/servercraft/server/Server.kt) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/app/src/main/kotlin/xyz/brysonsteck/servercraft/App.kt b/app/src/main/kotlin/xyz/brysonsteck/ServerCraft/App.kt index 7aa5639..7aa5639 100644 --- a/app/src/main/kotlin/xyz/brysonsteck/servercraft/App.kt +++ b/app/src/main/kotlin/xyz/brysonsteck/ServerCraft/App.kt diff --git a/app/src/main/kotlin/xyz/brysonsteck/servercraft/Main.kt b/app/src/main/kotlin/xyz/brysonsteck/ServerCraft/Main.kt index e914e99..e914e99 100644 --- a/app/src/main/kotlin/xyz/brysonsteck/servercraft/Main.kt +++ b/app/src/main/kotlin/xyz/brysonsteck/ServerCraft/Main.kt diff --git a/app/src/main/kotlin/xyz/brysonsteck/servercraft/controllers/InfoController.kt b/app/src/main/kotlin/xyz/brysonsteck/ServerCraft/controllers/InfoController.kt index a4bdb18..a4bdb18 100644 --- a/app/src/main/kotlin/xyz/brysonsteck/servercraft/controllers/InfoController.kt +++ b/app/src/main/kotlin/xyz/brysonsteck/ServerCraft/controllers/InfoController.kt diff --git a/app/src/main/kotlin/xyz/brysonsteck/servercraft/controllers/PrimaryController.kt b/app/src/main/kotlin/xyz/brysonsteck/ServerCraft/controllers/PrimaryController.kt index cad547d..cad547d 100644 --- a/app/src/main/kotlin/xyz/brysonsteck/servercraft/controllers/PrimaryController.kt +++ b/app/src/main/kotlin/xyz/brysonsteck/ServerCraft/controllers/PrimaryController.kt diff --git a/app/src/main/kotlin/xyz/brysonsteck/servercraft/server/Download.kt b/app/src/main/kotlin/xyz/brysonsteck/ServerCraft/server/Download.kt index a10ff69..a10ff69 100644 --- a/app/src/main/kotlin/xyz/brysonsteck/servercraft/server/Download.kt +++ b/app/src/main/kotlin/xyz/brysonsteck/ServerCraft/server/Download.kt diff --git a/app/src/main/kotlin/xyz/brysonsteck/servercraft/server/Server.kt b/app/src/main/kotlin/xyz/brysonsteck/ServerCraft/server/Server.kt index 38e79a1..38e79a1 100644 --- a/app/src/main/kotlin/xyz/brysonsteck/servercraft/server/Server.kt +++ b/app/src/main/kotlin/xyz/brysonsteck/ServerCraft/server/Server.kt |