Skip to content

Commit c4b0825

Browse files
committed
Include annotations
1 parent 2dd65a7 commit c4b0825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = 'org.strykeforce'
11-
version = '20.3.2'
11+
version = '20.4.2'
1212

1313
sourceCompatibility = JavaVersion.VERSION_11
1414
targetCompatibility = JavaVersion.VERSION_11
@@ -51,7 +51,7 @@ dependencies {
5151
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.+"
5252
testRuntimeOnly "ch.qos.logback:logback-classic:1.2.+"
5353

54-
compileOnly 'org.jetbrains:annotations:15.0'
54+
api 'org.jetbrains:annotations:20.1.0'
5555
}
5656

5757
java {

0 commit comments

Comments
 (0)