Skip to content

Commit

Permalink
Remove build config plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Chelombitko committed Jul 1, 2024
1 parent 7976ff2 commit 4313e72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
`java-library`
id("org.jetbrains.kotlin.jvm")
id("org.jetbrains.dokka")
id("com.github.gmazzo.buildconfig")
jacoco
}

Expand All @@ -19,10 +18,6 @@ sourceSets {
}
}

buildConfig {
buildConfigField("String", "VERSION", "\"${Versions.marathon}\"")
}

dependencies {
implementation(project(":report:html-report"))
implementation(project(":report:execution-timeline"))
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pluginManagement {
gradlePluginPortal()
}
plugins {
id("com.github.gmazzo.buildconfig") version "3.0.3"
id("org.jetbrains.kotlin.jvm") version "1.9.22"
id("org.jetbrains.dokka") version "0.9.17"
id("io.gitlab.arturbosch.detekt") version "1.0.0.RC6-4"
Expand Down

0 comments on commit 4313e72

Please sign in to comment.