Skip to content

Commit 1f85f4a

Browse files
committed
(#293) Build: get rid of JetBrains Annotations override
1 parent 09e13cd commit 1f85f4a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ dependencies {
7070
}
7171

7272
implementation(libs.bundles.junixsocket)
73-
compileOnly(libs.jetBrainsAnnotations)
74-
7573
implementation(libs.lsp4j)
7674
testImplementation("org.jetbrains.kotlin:kotlin-test-junit")
7775
testImplementation(libs.junit)

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ intellijPreview = "242.20224-EAP-CANDIDATE-SNAPSHOT"
44
junixsocket = "2.10.0"
55

66
[libraries]
7-
jetBrainsAnnotations = "org.jetbrains:annotations:24.1.0" # TODO[#293]: Get rid of this after updating IntelliJ
87
junit = "junit:junit:4.13.2"
98
junixsocket-common = { module = "com.kohlschutter.junixsocket:junixsocket-common", version.ref = "junixsocket" }
109
junixsocket-native-common = { module = "com.kohlschutter.junixsocket:junixsocket-native-common", version.ref = "junixsocket" }

0 commit comments

Comments
 (0)