Skip to content

Commit

Permalink
Revert "switched from "java" to "javaPlatform""
Browse files Browse the repository at this point in the history
This reverts commit 58284ab.

Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
jeromy-cannon committed Jun 20, 2023
1 parent 7cb5a29 commit 185be64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {
publishing {
publications {
create<MavenPublication>("maven") {
from(components["javaPlatform"])
from(components.getByName("java"))

pom {
packaging = findProperty("maven.project.packaging")?.toString() ?: "jar"
Expand Down

0 comments on commit 185be64

Please sign in to comment.