Skip to content

Commit

Permalink
Prevent annotation processor module being published
Browse files Browse the repository at this point in the history
  • Loading branch information
KingOfSquares committed Nov 12, 2022
1 parent 07cff37 commit ecdf943
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions annotation-processors/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ dependencies {
compileOnlyApi(libs.autoService.annotations)
api(libs.jetbrainsAnnotations)
}

tasks.withType(AbstractPublishToMaven::class) {
isEnabled = false
}

0 comments on commit ecdf943

Please sign in to comment.