Skip to content

Commit 4244542

Browse files
author
Maksim Ryzhikov
committed
chore: deploy language server to github maven
1 parent 7a7bfa4 commit 4244542

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
jobs:
88
deploy:
99
runs-on: ubuntu-latest
10-
if: github.repository == 'fwcd/kotlin-language-server'
1110
steps:
1211
- uses: actions/checkout@v4
1312
- name: Setup JDK

buildSrc/src/main/kotlin/kotlin-language-server.publishing-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publishing {
1010
repositories {
1111
maven {
1212
name = "GitHubPackages"
13-
url = uri("https://maven.pkg.github.com/fwcd/kotlin-language-server")
13+
url = uri("https://maven.pkg.github.com/maksimr/kotlin-language-server")
1414
credentials {
1515
username = project.findProperty("gpr.user") as String? ?: System.getenv("GPR_USERNAME")
1616
password = project.findProperty("gpr.key") as String? ?: System.getenv("GPR_PASSWORD")

0 commit comments

Comments
 (0)