Skip to content

Commit

Permalink
Maven Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArchitect123 committed Jan 28, 2025
1 parent 573e618 commit 92aa568
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ jobs:
# Step 3: Build Artifacts
- name: Build Artifacts And Publish
run: |
export GRADLE_OPTS="-Dorg.gradle.internal.http.debug=true"
./gradlew buildAllPlatformsAndPublish --info --stacktrace --scan
2 changes: 0 additions & 2 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ plugins {
id("signing")
id("maven-publish")
id("com.vanniktech.maven.publish") version "0.30.0"
id("com.gradle.build-scan")

kotlin("plugin.serialization") version "2.0.0"
id("com.google.devtools.ksp")
Expand Down Expand Up @@ -82,7 +81,6 @@ kotlin {
}
}


afterEvaluate {
mavenPublishing {
// Define coordinates for the published artifact
Expand Down

0 comments on commit 92aa568

Please sign in to comment.