Skip to content

Commit

Permalink
chore: updates for buildkite (#92)
Browse files Browse the repository at this point in the history
* chore: updates for buildkite

* Update gradle

* Update build
  • Loading branch information
daytime-em authored Sep 9, 2024
1 parent 5928c53 commit baeab6d
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 202 deletions.
61 changes: 0 additions & 61 deletions .github/workflows/android-cicd.yml

This file was deleted.

73 changes: 0 additions & 73 deletions .github/workflows/artifactory-deploy-from-tag.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/upload-dokka-docs.yml

This file was deleted.

7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import org.jetbrains.dokka.gradle.DokkaTaskPartial
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.4.2' apply false
id 'com.android.library' version '8.4.2' apply false
id 'com.android.application' version '8.5.2' apply false
id 'com.android.library' version '8.5.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.24' apply false
id 'com.mux.gradle.android.mux-android-distribution' version '1.1.2' apply false
id 'com.mux.gradle.android.mux-android-distribution' version '1.2.1' apply false
id "org.jetbrains.dokka" version "1.6.10"
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Nov 18 08:57:39 PST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
2 changes: 1 addition & 1 deletion library-exo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ muxDistribution {
}
}
groupIds just("com.mux.stats.sdk.muxstats")
publicReleaseIf releaseOnTag()
publicReleaseIf releaseIfCmdFlag("publicRelease")

// TODO: This is kinda clumsy, packageJavadocs should be a function not a property probably
packageJavadocs = releaseOnTag().call()
Expand Down
2 changes: 1 addition & 1 deletion library-ima/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ muxDistribution {
}
}
groupIds just("com.mux.stats.sdk.muxstats")
publicReleaseIf releaseOnTag()
publicReleaseIf releaseIfCmdFlag("publicRelease")

// TODO: This is kinda clumsy, packageJavadocs should be a function not a property probably
packageJavadocs = releaseOnTag().call()
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ muxDistribution {
}
}
groupIds just("com.mux.stats.sdk.muxstats")
publicReleaseIf releaseOnTag()
publicReleaseIf releaseIfCmdFlag("publicRelease")

// TODO: This is kinda clumsy, packageJavadocs should be a function not a property probably
packageJavadocs = releaseOnTag().call()
Expand Down

0 comments on commit baeab6d

Please sign in to comment.