Skip to content

Commit

Permalink
Fix Jitpack attempt 1.0.6 (final attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Apr 30, 2024
1 parent 84082b4 commit 8c39935
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ jdk:
- openjdk17

install:
- ./gradlew clean :shared:compileKotlinJvm
- ./gradlew clean :shared:build # Ensuring everything is built including dependencies

build:
- ./gradlew :shared:jvmJar
- ./gradlew :shared:publishJvmPublicationToMavenLocal
- ./gradlew :shared:publishToMavenLocal # This should include jar creation if configured
- mkdir -p build/libs
- cp shared/build/libs/*.jar build/libs/
- cp shared/build/publications/jvm/* build/libs/
- cp -v shared/build/libs/*.jar build/libs/ # Verbose copy to log output
- cp -v shared/build/publications/jvm/*.pom build/libs/ # Copy POM files as well
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

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


publishing {
Expand Down

0 comments on commit 8c39935

Please sign in to comment.