Skyere

Results 2 comments of Skyere

Fixed by using gradle to download all dependencies ``` plugins { id 'java' } repositories { mavenCentral() } dependencies { implementation 'com.azure:azure-identity:1.10.1' implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.15.2' implementation...