Skip to content

Commit cf45323

Browse files
committed
Readd mavenCentral to adapter repositories
1 parent 3de8a0b commit cf45323

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

adapter/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ startScripts {
1313
applicationName = "kotlin-debug-adapter"
1414
}
1515

16+
repositories {
17+
mavenCentral()
18+
}
19+
1620
dependencies {
1721
// The JSON-RPC and Debug Adapter Protocol implementations
1822
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.12.0'

0 commit comments

Comments
 (0)