Skip to content

Commit

Permalink
测试回滚到compile
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Mar 15, 2023
1 parent 30c3fbf commit ae31065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IntelliJ-Core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ repositories {
}

dependencies {
implementation fileTree(dir: "libs", include: "*.jar")
api group: 'org.eclipse.lsp4j', name: 'org.eclipse.lsp4j', version: '0.20.0'
compile fileTree(dir: "libs", include: "*.jar")
compile group: 'org.eclipse.lsp4j', name: 'org.eclipse.lsp4j', version: '0.20.0'
}

0 comments on commit ae31065

Please sign in to comment.