We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9d8eff + d3721ef commit 9435d2fCopy full SHA for 9435d2f
core/build.gradle
@@ -70,8 +70,8 @@ configurations.all {
70
dependencies {
71
api 'junit:junit:4.13.2'
72
api 'org.slf4j:slf4j-api:1.7.36'
73
- compileOnly 'org.jetbrains:annotations:26.0.2'
74
- testCompileOnly 'org.jetbrains:annotations:26.0.2'
+ compileOnly 'org.jetbrains:annotations:26.0.2-1'
+ testCompileOnly 'org.jetbrains:annotations:26.0.2-1'
75
api 'org.apache.commons:commons-compress:1.24.0'
76
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
77
exclude(group: 'org.jetbrains', module: 'annotations')
0 commit comments