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

Build & CI fixes #132

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Build & CI fixes #132

merged 1 commit into from
Oct 16, 2024

Conversation

gavv
Copy link
Member

@gavv gavv commented Oct 12, 2024

Closes: #72, #112, #116, #106, #107, #105

  • Update requirements:

    • for build: JDK 17+
    • for running: JRE 8+
    • Android SDK: 31+ (Android 12)
    • Android API: 29+ (Android 10)
  • Bump gradle version and fix build on recent JDK versions

  • CI:

    • bump actions versions
    • cleanup
    • test JDK 21 and JDK 17
    • switch to android-actions/setup-android
    • downgrade roc-toolkit from master to v0.2.6
    • automatically select best roc-toolkit git tag for release AAR
  • README:

    • document version requirements
    • cleanup build & devel instructions
    • document where versions are hard-coded
  • Gradle:

    • use io.freefair.android-lombok on Android
    • run delombok before javadoc
    • disable javadoc warnings
    • switch from "maven" to "maven-publish" plugin
    • fix cmake warnings due to incorrect invocation
  • Sources:

    • fix javadoc errors
    • exclude gradle code from javadoc

@gavv gavv requested a review from ortex October 12, 2024 21:39
@gavv gavv force-pushed the main branch 2 times, most recently from 3a9c0e9 to d9f6768 Compare October 12, 2024 21:41
Closes: roc-streaming#72, roc-streaming#112, roc-streaming#116, roc-streaming#106, roc-streaming#107, roc-streaming#105

- Update requirements:
    for build: JDK 17+
    for running: JRE 8+
    Android SDK: 31+ (Android 12)
    Android API: 29+ (Android 10)

- Bump gradle version and fix build on recent JDK versions

- CI:
    bump actions versions
    cleanup
    test JDK 21 and JDK 17
    switch to android-actions/setup-android
    downgrade roc-toolkit from master to v0.2.6
    automatically select best roc-toolkit git tag for release AAR

- README:
    document version requirements
    cleanup build & devel instructions
    document where versions are hard-coded

- Gradle:
    use io.freefair.android-lombok on Android
    run delombok before javadoc
    disable javadoc warnings
    switch from "maven" to "maven-publish" plugin
    fix cmake warnings due to incorrect invocation

- Sources:
    fix javadoc errors
    exclude gradle code from javadoc
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.

Can't build using OpenJDK 17
2 participants