Skip to content

Commit

Permalink
refactor: remove deprecated maven config
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielcafe committed Nov 24, 2022
1 parent df7ba5e commit ffc306d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import com.vanniktech.maven.publish.MavenPublishPluginExtension
import com.vanniktech.maven.publish.SonatypeHost

buildscript {
repositories {
mavenCentral()
Expand All @@ -19,11 +16,6 @@ buildscript {

subprojects {
apply(plugin = "org.jlleitschuh.gradle.ktlint")
plugins.withId("com.vanniktech.maven.publish") {
configure<MavenPublishPluginExtension> {
sonatypeHost = SonatypeHost.S01
}
}
}

tasks.register<Delete>("clean") {
Expand Down

0 comments on commit ffc306d

Please sign in to comment.