Skip to content

Commit

Permalink
Bump to c657a3f
Browse files Browse the repository at this point in the history
  • Loading branch information
bitPogo committed Feb 21, 2024
1 parent d725b4b commit 121d94a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
16 changes: 6 additions & 10 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@
* Use of this source code is governed by Apache v2.0
*/

import tech.antibytes.gradle.coverage.api.JvmJacocoConfiguration
import tech.antibytes.gradle.coverage.api.AndroidJacocoConfiguration
import tech.antibytes.gradle.coverage.api.JacocoVerificationRule
import tech.antibytes.gradle.coverage.CoverageApiContract.JacocoCounter
import tech.antibytes.gradle.coverage.CoverageApiContract.JacocoMeasurement
import tech.antibytes.gradle.configuration.apple.ensureAppleDeviceCompatibility
import tech.antibytes.gradle.configuration.sourcesets.linux
import tech.antibytes.gradle.configuration.sourcesets.native
import tech.antibytes.gradle.configuration.sourcesets.nativeCoroutine
import tech.antibytes.gradle.configuration.sourcesets.nativeWithoutAndroid
import tech.antibytes.gradle.coverage.CoverageApiContract.JacocoCounter
import tech.antibytes.gradle.coverage.CoverageApiContract.JacocoMeasurement
import tech.antibytes.gradle.coverage.api.AndroidJacocoConfiguration
import tech.antibytes.gradle.coverage.api.JacocoVerificationRule
import tech.antibytes.gradle.coverage.api.JvmJacocoConfiguration
import tech.antibytes.gradle.kfixture.config.publishing.FixtureCoreConfiguration

plugins {
Expand Down Expand Up @@ -108,8 +105,7 @@ kotlin {

jvm()

nativeWithoutAndroid()

native()
ensureAppleDeviceCompatibility()

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pluginManagement {
}

plugins {
id("tech.antibytes.gradle.dependency.settings") version "d067446"
id("tech.antibytes.gradle.dependency.settings") version "c657a3f"
}

includeBuild("setup")
Expand Down
2 changes: 1 addition & 1 deletion setup/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pluginManagement {
}

plugins {
id("tech.antibytes.gradle.dependency.settings") version "d067446"
id("tech.antibytes.gradle.dependency.settings") version "c657a3f"
}

rootProject.name = "fixture-setup"

0 comments on commit 121d94a

Please sign in to comment.