Skip to content

Commit

Permalink
Revert adding capability to stream mojmap publication
Browse files Browse the repository at this point in the history
Due to jarJar identifiers, this could be a breaking change; as such, it will be left for a future update and folks can use the classifier if they have to for now.
  • Loading branch information
lukebemish authored Sep 1, 2024
1 parent b3aab8d commit 345437f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ java {
usingSourceSet sourceSets.stream
withSourcesJar()
withJavadocJar()
capability(project.group as String, "$project.name-stream", project.version as String)
capability(project.group as String, "$project.name-stream-mojmap", project.version as String)
}
registerFeature("streamIntermediary") {
usingSourceSet sourceSets.streamIntermediary
Expand Down

0 comments on commit 345437f

Please sign in to comment.