Skip to content

Commit

Permalink
Exclude Java examples module in publish development workflow (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscodr committed Jul 18, 2023
1 parent 2cc6348 commit 6831f30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-development-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Assemble
uses: gradle/gradle-build-action@v2
with:
arguments: assemble -x:kotlin-loom:assemble -x:xef-scala:assemble -x:xef-scala-examples:assemble
arguments: assemble -x:kotlin-loom:assemble -x:xef-java-examples:assemble -x:xef-scala:assemble -x:xef-scala-examples:assemble

- name: Upload reports
if: failure()
Expand Down
2 changes: 2 additions & 0 deletions buildSrc/src/main/kotlin/ScalaPublishingConventionsPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ class ScalaPublishingConventionsPlugin : Plugin<Project> {
artifactId = basePluginExtension.archivesName.get() + scala3Suffix
from(components["java"])
artifact(scaladocJarTask)

pomConfiguration(project)
}
}
}
Expand Down

0 comments on commit 6831f30

Please sign in to comment.