Feat: send state of all ongoing jobs

This commit is contained in:
Laurent Clouet
2025-07-28 21:31:29 +02:00
parent 1dfacaee02
commit ccdfc5d3f4
5 changed files with 56 additions and 27 deletions

View File

@@ -45,6 +45,7 @@ dependencies {
implementation 'com.formdev:flatlaf:2.2' // 2.3+ causes illegal reflective access warning on win + adoptium java 11.0.16
implementation 'com.squareup.okhttp3:okhttp:4.12.+'
implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.12.+'
implementation 'com.squareup.moshi:moshi:1.15.0'
implementation 'org.slf4j:slf4j-simple:2.0.12'
implementation 'commons-io:commons-io:2.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.+'