Working on fixing the implementation of PythonRunner.java
build / build (push) Has been cancelled

added a global cache directory, not fully properly implemented, and dose not respect t.ex the FreeDesktop specifications for cache directories and files

OPS this is a partial commit! things might not add up on this commit.
This commit is contained in:
2026-05-04 18:17:15 +02:00
parent 96a6ed169e
commit 7dfaffc862
6 changed files with 254 additions and 71 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ dependencies {
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")
implementation("com.github.docker-java:docker-java-core:3.7.1")
implementation("com.github.docker-java:docker-java-transport-httpclient5:3.7.1")
}
test {