Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure publishing tasks #43

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Configure publishing tasks #43

merged 1 commit into from
Nov 28, 2023

Conversation

divergentdave
Copy link
Contributor

This adds a publishing task, using the Maven Publish Plugin, and the Android Gradle Plugin's integration. I ran ./gradlew publishReleasePublicationToMavenLocal and it successfully published to ~/.m2/repository/org/divviup/android/divviup-android/0.1.0-SNAPSHOT/.

I noticed that adding this introduced new javaDocReleaseGeneration and javaDocReleaseJar Gradle tasks, separate from those I added in #39. This is writing out to divviup/build/intermediates/java_doc_dir/release/, as opposed to divviup/build/docs/javadoc/. The new task is of type com.android.build.gradle.tasks.JavaDocGenerationTask_Decorated instead of org.gradle.api.tasks.javadoc.Javadoc_Decorated. I think I'll let them coexist for the time being.

Part of #14.

@divergentdave divergentdave requested a review from a team as a code owner November 22, 2023 23:07
@divergentdave divergentdave merged commit d0926a9 into main Nov 28, 2023
3 checks passed
@divergentdave divergentdave deleted the david/publishing-task branch November 28, 2023 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants