Skip to content

Commit

Permalink
Fix missing classpath for common sourceset
Browse files Browse the repository at this point in the history
  • Loading branch information
HyCraftHD committed Oct 21, 2024
1 parent 12a90bb commit b015aef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ sourceSets {
resources {
srcDirs += "src/common_generated/resources"
}
compileClasspath = main.compileClasspath
runtimeClasspath = main.runtimeClasspath
}
main {
java {
Expand Down

0 comments on commit b015aef

Please sign in to comment.