Skip to content

Commit

Permalink
Set up Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Jul 9, 2024
1 parent 5ccef0d commit f1b141f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ plugins {
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
kotlin("plugin.serialization") version "1.9.20" apply false
id("org.jetbrains.dokka") version "1.9.10"
id("maven-publish")
}

subprojects {
Expand Down
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk17
1 change: 1 addition & 0 deletions sdk-okhttp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id("com.android.library")
id("org.jetbrains.kotlin.android")
kotlin("plugin.serialization")
id("maven-publish")
}

android {
Expand Down
1 change: 1 addition & 0 deletions sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id("com.android.library")
id("org.jetbrains.kotlin.android")
kotlin("plugin.serialization")
id("maven-publish")
}

android {
Expand Down

0 comments on commit f1b141f

Please sign in to comment.