Skip to content

Commit 6f6b917

Browse files
authored
add implementation to jitpack (#9)
1 parent f333004 commit 6f6b917

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

build.gradle.kts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ plugins {
88
repositories {
99
mavenCentral()
1010
maven {
11-
url = uri("https://maven.pkg.github.com/featurevisor/featurevisor-kotlin")
12-
credentials {
13-
username = System.getenv("GITHUB_ACTOR") ?: "Tan108"
14-
password = System.getenv("GITHUB_TOKEN") ?: "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"
15-
}
11+
url = uri("https://jitpack.io")
1612
}
1713
}
1814

@@ -41,7 +37,7 @@ gradlePlugin {
4137

4238
dependencies {
4339
testImplementation("org.jetbrains.kotlin:kotlin-test")
44-
implementation("com.featurevisor:featurevisor-kotlin:0.0.8")
40+
implementation("com.github.featurevisor:featurevisor-kotlin:0.0.8")
4541
implementation(gradleApi())
4642
}
4743

0 commit comments

Comments
 (0)