Skip to content

Commit

Permalink
Tentative JitPack build fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Oct 13, 2022
1 parent 2502f3b commit 3949ebc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,15 @@ tasks.processResources {
)
}
}

publishing {
publications {
create<MavenPublication>("maven") {
groupId = project.group.toString()
artifactId = project.name
version = project.version.toString()

from(components["java"])
}
}
}

0 comments on commit 3949ebc

Please sign in to comment.