Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
Disable publishing for example project
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 2, 2024
1 parent 0acada5 commit 5a84b7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,9 @@ dependencies {
implementation(libs.equalsverifier)

}

// Do not try to publish this project
tasks.withType<AbstractPublishToMaven>().configureEach { enabled = false }
tasks.named("checkNotDirty") { enabled = false }
tasks.named("assertNotDirty") { enabled = false }
tasks.named("checkSnapshotDependencies") { enabled = false }

0 comments on commit 5a84b7d

Please sign in to comment.