Skip to content

Commit

Permalink
fix: try to fix publish on jitpack
Browse files Browse the repository at this point in the history
duruer committed Jan 29, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 05084e0 commit 338bb04
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Pano/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -242,15 +242,5 @@ publishing {
component(this@create)
}
}

create<MavenPublication>("release") {
artifactId = "pano"

from(components["java"])

artifact(tasks.shadowJar.get()) {
classifier = null
}
}
}
}

0 comments on commit 338bb04

Please sign in to comment.