Skip to content

Commit 30c3fbf

Browse files
committed
修改 implement 为api
1 parent 46e6b7f commit 30c3fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntelliJ-Core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ repositories {
66

77
dependencies {
88
implementation fileTree(dir: "libs", include: "*.jar")
9-
implementation group: 'org.eclipse.lsp4j', name: 'org.eclipse.lsp4j', version: '0.20.0'
9+
api group: 'org.eclipse.lsp4j', name: 'org.eclipse.lsp4j', version: '0.20.0'
1010
}

0 commit comments

Comments
 (0)