Skip to content

Commit

Permalink
Remove enableCompatibilityMetadataVariant (#3124)
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisRev authored Sep 4, 2023
1 parent a7dc178 commit 1ff3dd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: assemble
uses: gradle/gradle-build-action@v2
with:
arguments: assemble -Pversion=${{ inputs.version }} -Pkotlin.mpp.enableCompatibilityMetadataVariant=true
arguments: assemble -Pversion=${{ inputs.version }}

- name: Upload reports
if: failure()
Expand All @@ -50,4 +50,4 @@ jobs:
- name: Publish final version
uses: gradle/gradle-build-action@v2
with:
arguments: -Pkotlin.mpp.enableCompatibilityMetadataVariant=true -Pversion=${{ inputs.version }} publishToSonatype closeSonatypeStagingRepository
arguments: -Pversion=${{ inputs.version }} publishToSonatype closeSonatypeStagingRepository
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ allprojects {
group = property("projects.group").toString()
}

val enableCompatibilityMetadataVariant =
providers.gradleProperty("kotlin.mpp.enableCompatibilityMetadataVariant")
.orNull?.toBoolean() == true

subprojects {
this@subprojects.tasks.withType<DokkaTaskPartial>().configureEach {
this@subprojects.extensions.findByType<KotlinProjectExtension>()?.sourceSets?.forEach { kotlinSourceSet ->
Expand Down

0 comments on commit 1ff3dd9

Please sign in to comment.