We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f333004 commit 6f6b917Copy full SHA for 6f6b917
build.gradle.kts
@@ -8,11 +8,7 @@ plugins {
8
repositories {
9
mavenCentral()
10
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
- }
+ url = uri("https://jitpack.io")
16
}
17
18
@@ -41,7 +37,7 @@ gradlePlugin {
41
37
42
38
dependencies {
43
39
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")
45
implementation(gradleApi())
46
47
0 commit comments