Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: respawn-app/ApiResult
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.0
Choose a base ref
...
head repository: respawn-app/ApiResult
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 5, 2025

  1. fix publish workflow

    Nek-12 committed Jan 5, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    31250a4 View commit details
  2. remove assets link from dokka

    Nek-12 committed Jan 5, 2025
    Copy the full SHA
    1d2796c View commit details
Showing with 0 additions and 5 deletions.
  1. +0 −4 .github/workflows/publish.yml
  2. +0 −1 buildSrc/src/main/kotlin/dokkaDocumentation.gradle.kts
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -55,9 +55,6 @@ jobs:
restore-keys: |
${{ runner.os }}-konan-
- name: Assemble android sample
run: ./gradlew :app:assembleRelease

- name: Publish to sonatype
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USERNAME }}
@@ -81,7 +78,6 @@ jobs:
draft: true
artifactErrorsFailBuild: true
prerelease: false
artifacts: app/build/outputs/apk/release/*
body: ${{steps.build_changelog.outputs.changelog}}
tag: ${{ inputs.tag != '' && inputs.tag || github.ref_name }}
env:
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/dokkaDocumentation.gradle.kts
Original file line number Diff line number Diff line change
@@ -13,7 +13,6 @@ dokka {
moduleVersion = project.version.toString()
pluginsConfiguration.html {
footerMessage = "© ${Config.vendorName}"
customAssets.from(rootDir.resolve("docs/static/icon-512-maskable.png"))
homepageLink = Config.url
}
dokkaPublications.configureEach {