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

Upgrade showkase to the latest stable releases #229

Merged
merged 4 commits into from
Apr 3, 2022

Conversation

vinaygaba
Copy link
Collaborator

@airbnb/showkase-maintainers

@@ -108,16 +107,6 @@ allprojects {
google()
mavenCentral()
jcenter()
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
}
if (project.hasProperty('useKsp')) {
Copy link
Collaborator Author

@vinaygaba vinaygaba Mar 28, 2022

Choose a reason for hiding this comment

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

Had to duplicate this in every build.gradle file to get around this build failure that I was seeing locally and on CI - https://github.com/airbnb/Showkase/runs/5713525186?check_suite_focus=true. Wasted too much time to fix this but eventually gave in and just used the workaround that worked for me. I'm open to suggestions if you know a way to fix this build error :(

Copy link
Contributor

Choose a reason for hiding this comment

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

Oof I do not know of a way but the workaround seems fine for now.

@@ -108,16 +107,6 @@ allprojects {
google()
mavenCentral()
jcenter()
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
}
if (project.hasProperty('useKsp')) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Oof I do not know of a way but the workaround seems fine for now.

@vinaygaba vinaygaba merged commit 5474c06 into master Apr 3, 2022
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