Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tochilinak committed Aug 15, 2023
1 parent 809f9e0 commit cb2384b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions utbot-python-types/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,4 @@ dependencies {
implementation("com.squareup.moshi:moshi-kotlin:1.11.0")
implementation("com.squareup.moshi:moshi-adapters:1.11.0")
implementation(group = "io.github.microutils", name = "kotlin-logging", version = kotlinLoggingVersion)
}

publishing {
create<MavenPublication>("maven") {
from(components["java"])
}
}

0 comments on commit cb2384b

Please sign in to comment.