Skip to content

Commit

Permalink
Fix Jitpack attempt 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Apr 30, 2024
1 parent a008c06 commit 84082b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.mpp.enableCInteropCommonization=true

#Development
development=true
development=true
kotlin.mpp.androidSourceSetLayoutV2AndroidStyleDirs.nowarn=true
5 changes: 4 additions & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ install:

build:
- ./gradlew :shared:jvmJar
- ./gradlew :shared:publishJvmPublicationToMavenLocal
- ./gradlew :shared:publishJvmPublicationToMavenLocal
- mkdir -p build/libs
- cp shared/build/libs/*.jar build/libs/
- cp shared/build/publications/jvm/* build/libs/
4 changes: 2 additions & 2 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ plugins {
}

group = "ivy.learn.shared"
version = "1.0.4"
version = "1.0.5"


publishing {
publications {
create<MavenPublication>("maven") {
// This line specifies that the output of the 'kotlin' component should be published
from(components["kotlin"])
}
}
Expand Down

0 comments on commit 84082b4

Please sign in to comment.