Skip to content

Commit

Permalink
don't publish to local dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Aug 21, 2021
1 parent e257cdf commit b4ab835
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,6 @@ kotlin {
}
}


publishing {
repositories {
maven {
url = uri("file://$projectDir/localRepo")
}
}
}

kotlinter {
ignoreFailures = true
}

0 comments on commit b4ab835

Please sign in to comment.