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

Prevents uploading api-tester to maven #445

Merged
merged 1 commit into from Jan 19, 2022
Merged

Conversation

vegaro
Copy link
Contributor

@vegaro vegaro commented Jan 14, 2022

We were uploading the api-tester module to sonatype because the publishing plugin was being applied via library.gradle

@vegaro vegaro requested a review from a team January 14, 2022 10:59
Copy link
Member

@aboedo aboedo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops

Copy link
Contributor

@NachoSoto NachoSoto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops thanks! I followed https://www.notion.so/revenuecat/Android-Modularization-ac165aa9a3e74ee19a15b010dc974677. I see there's a note there about uploading to Maven that I guess I missed!

}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could these be defined as a variable here? Looks like it's currently repeated in several places.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea. We can create a base .gradle for api-tester, integration-tests, purchase-tester and purchase-tester-java!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Going to merge this and open another PR for that change

@vegaro vegaro merged commit 3368faa into main Jan 19, 2022
@vegaro vegaro deleted the prevent-api-tester-publishing branch January 19, 2022 11:53
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.

None yet

3 participants