warning: horrible old tudbut code ahead
Go to file
2024-06-09 17:01:33 +02:00
.idea Initial commit 2024-06-02 16:53:28 +02:00
gradle/wrapper Initial commit 2024-06-02 16:53:28 +02:00
src make keys more secure 2024-06-09 17:01:33 +02:00
.gitignore dont commit jar 2024-06-08 13:56:33 +02:00
.gitlab-ci.yml Initial commit 2024-06-02 16:53:28 +02:00
build.gradle make keys more secure 2024-06-09 17:01:33 +02:00
gradlew Initial commit 2024-06-02 16:53:28 +02:00
gradlew.bat Initial commit 2024-06-02 16:53:28 +02:00
LICENSE Initial commit 2024-06-02 16:53:28 +02:00
README.md Initial commit 2024-06-02 16:53:28 +02:00
settings.gradle Initial commit 2024-06-02 16:53:28 +02:00
tuddylib Initial commit 2024-06-02 16:53:28 +02:00

Codacy Badge

tuddylib

TuddyLIB's package hell has been unified.

To convert your own code, run bash -c "find src -type f -print0 | while IFS= read -d \$'\0' s ; do (cat \"\$s\" | sed -E 's/([^.])tudbut\./\1de.tudbut./g' > \"\$s.tmp\") && mv \"\$s.tmp\" \"\$s\" && echo processed \"\$s\" ; done"