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

Migration improvement #288

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Migration improvement #288

merged 1 commit into from
Dec 23, 2024

Conversation

philips77
Copy link
Member

This PR fixes a bug where Gradle Sync would fail if a library was in a sub-project, not under a root project, for example:

project
  \- libs
     \- dfu

Plugin 2.6 was adding dokka dependency to parent module, which in this case was :libs (and it didn't have Dokka set up).
This PR uses rootProject instead of parent.

Also, some warning messages were added to help with migration to Nordic Plugins 2.6+:

  • Message to add org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled in gradle.properties,
  • Message to set up dokka for the root project.

Warnings with migration steps added.
@philips77 philips77 merged commit 2d0cb9b into main Dec 23, 2024
1 check passed
@philips77 philips77 deleted the improvement/compat branch December 23, 2024 09:18
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.

1 participant