Honestly speaking... No clue what the updates are :/
Some checks failed
build / build (push) Has been cancelled

This commit is contained in:
2026-01-17 14:30:26 +01:00
parent 4262dd68c6
commit 943c8470a5
12 changed files with 279 additions and 12 deletions

View File

@@ -11,6 +11,9 @@ dependencies {
implementation project(":GeniusAPI")
implementation project(":API")
implementation project(":WikipediaTool")
implementation("com.github.docker-java:docker-java-core:3.6.0")
implementation("com.github.docker-java:docker-java-transport-httpclient5:3.6.0")
}
test {