Skip to content

Commit

Permalink
Remove unused buildconfig plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderTvis committed Nov 27, 2023
1 parent 6ad9ebf commit 8214f85
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ plugins {
`maven-publish`
alias(libs.plugins.detekt)
alias(libs.plugins.diktat)
alias(libs.plugins.buildconfig) apply false
alias(libs.plugins.kotlin.jvm)
}

Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# Also, you should change the version in two places in the build.gradle.kts file in the example project
kotlin = "1.8.20"

buildconfig = "3.0.3"
detekt = "1.23.1"
dokka = "1.8.20"
diktat = "1.2.5"
Expand Down Expand Up @@ -41,7 +40,6 @@ tomlj = { module = "org.tomlj:tomlj", version.ref = "tomlj" }
zip4j = { module = "net.lingala.zip4j:zip4j", version.ref = "zip4j" }

[plugins]
buildconfig = { id = "com.github.gmazzo.buildconfig", version.ref = "buildconfig" }
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
diktat = { id = "org.cqfn.diktat.diktat-gradle-plugin", version.ref = "diktat" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
Expand Down
1 change: 0 additions & 1 deletion using-embedded-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import java.net.URL

plugins {
`maven-publish`
alias(libs.plugins.buildconfig) apply false
alias(libs.plugins.detekt)
alias(libs.plugins.diktat)
alias(libs.plugins.dokka)
Expand Down

0 comments on commit 8214f85

Please sign in to comment.