Skip to content

Commit

Permalink
Only apply IncludeImmutablesSources to published projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jan 29, 2024
1 parent d99ba62 commit a198536
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/org/incendo/cloudbuildlogic/BasePlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class BasePlugin : Plugin<Project> {
target.plugins.apply("net.kyori.indra")
target.plugins.apply("net.kyori.indra.checkstyle")
target.plugins.apply(BaselineImmutables::class)
target.plugins.apply(IncludeImmutablesSources::class)

target.extensions.configure(IndraExtension::class) {
javaVersions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class PublishingPlugin : Plugin<Project> {
target.plugins.apply("net.kyori.indra.publishing")
target.plugins.apply(JavadocLinksPlugin::class)
target.plugins.apply(CrossdocConventions::class)
target.plugins.apply(IncludeImmutablesSources::class)

target.extensions.configure(IndraExtension::class) {
signWithKeyFromProperties("signingKey", "signingPassword")
Expand Down

0 comments on commit a198536

Please sign in to comment.