Skip to content

Commit

Permalink
add implementation to jitpack (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tan108 authored Mar 15, 2024
1 parent f333004 commit 6f6b917
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ plugins {
repositories {
mavenCentral()
maven {
url = uri("https://maven.pkg.github.com/featurevisor/featurevisor-kotlin")
credentials {
username = System.getenv("GITHUB_ACTOR") ?: "Tan108"
password = System.getenv("GITHUB_TOKEN") ?: "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"
}
url = uri("https://jitpack.io")
}
}

Expand Down Expand Up @@ -41,7 +37,7 @@ gradlePlugin {

dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test")
implementation("com.featurevisor:featurevisor-kotlin:0.0.8")
implementation("com.github.featurevisor:featurevisor-kotlin:0.0.8")
implementation(gradleApi())
}

Expand Down

0 comments on commit 6f6b917

Please sign in to comment.