Skip to content

Commit

Permalink
chore: update for local tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 8, 2023
1 parent 46b3567 commit 0063656
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 21 deletions.
4 changes: 0 additions & 4 deletions code-quality/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ plugins {
alias(libs.plugins.serialization)
}

repositories {
mavenCentral()
}

dependencies {
implementation(libs.serialization.json)

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ chocolate-factory = "0.4.3"

chapi = "2.1.3"
archguard = "2.0.7"
codedb = "0.1.2"
codedb = "0.1.3"

kotlinxCoroutines="1.7.3"

Expand Down
4 changes: 0 additions & 4 deletions unit-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ plugins {
application
}

repositories {
mavenCentral()
}

dependencies {
implementation(projects.unitCore)
implementation(projects.unitPicker)
Expand Down
4 changes: 0 additions & 4 deletions unit-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ plugins {
alias(libs.plugins.serialization)
}

repositories {
mavenCentral()
}

dependencies {
implementation(libs.clikt)
implementation(libs.serialization.json)
Expand Down
4 changes: 0 additions & 4 deletions unit-eval/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ plugins {
application
}

repositories {
mavenCentral()
}

dependencies {
implementation(libs.clikt)
implementation(libs.serialization.json)
Expand Down
4 changes: 0 additions & 4 deletions unit-picker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ plugins {
alias(libs.plugins.serialization)
}

repositories {
mavenCentral()
}

dependencies {
implementation(projects.unitCore)
implementation(projects.codeQuality)
Expand Down

0 comments on commit 0063656

Please sign in to comment.