diff --git a/build.gradle b/build.gradle index c9f2ca1..bcc2239 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { } dependencies { - compileOnly 'org.jetbrains:annotations:26.0.2' + compileOnly 'org.jetbrains:annotations:26.0.2-1' } compileJava { @@ -53,7 +53,7 @@ dependencies { testImplementation('org.junit.jupiter:junit-jupiter') testRuntimeOnly('org.junit.platform:junit-platform-launcher') - testImplementation 'org.jetbrains:annotations:26.0.2' + testImplementation 'org.jetbrains:annotations:26.0.2-1' } test {