Merge branch 'fix/npe_on_os_supported_check' into 'master'

Fix: NPE on OS support check

See merge request sheepitrenderfarm/client!353
This commit is contained in:
Sheepit Renderfarm
2025-01-11 18:12:25 +00:00
2 changed files with 19 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ dependencies {
implementation 'args4j:args4j:2.33'
implementation 'net.lingala.zip4j:zip4j:2.11.+'
implementation 'net.java.dev.jna:jna-platform:5.12.+'
implementation 'com.github.oshi:oshi-core:6.2.+'
implementation 'com.github.oshi:oshi-core:6.6.+'
implementation 'org.simpleframework:simple-xml:2.7.+'
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.+'