Merge branch 'flatlaf-rollback' into 'master'

Fix: Rollback flatlaf to avoid warning

See merge request sheepitrenderfarm/client!153
This commit is contained in:
harlekin
2022-07-30 12:09:52 +00:00

View File

@@ -31,7 +31,7 @@ dependencies {
implementation 'com.github.oshi:oshi-core:6.1.6' implementation 'com.github.oshi:oshi-core:6.1.6'
implementation 'org.simpleframework:simple-xml:2.7.1' implementation 'org.simpleframework:simple-xml:2.7.1'
implementation 'javax.xml.bind:jaxb-api:2.3.1' implementation 'javax.xml.bind:jaxb-api:2.3.1'
implementation 'com.formdev:flatlaf:2.3' 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.10.0' implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.10.0' implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.10.0'
implementation 'org.slf4j:slf4j-nop:1.7.36' implementation 'org.slf4j:slf4j-nop:1.7.36'