Skip to content

Commit

Permalink
Publishing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Mar 17, 2022
1 parent 2751209 commit 443634d
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 @@ -122,16 +122,7 @@ detekt {
autoCorrect = true
}

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

gradlePlugin {
isAutomatedPublishing = false
plugins {
create("environment") {
id = "com.cognifide.environment"
Expand Down

0 comments on commit 443634d

Please sign in to comment.