Skip to content

Commit

Permalink
fixed fabric source jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Oct 5, 2024
1 parent 339920d commit 0a1ed8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,8 @@ processResources {

tasks.withType(JavaCompile) {
source(project(":common").sourceSets.main.allSource)
}

sourcesJar {
from(project(':common').sourceSets.main.allSource)
}

0 comments on commit 0a1ed8f

Please sign in to comment.