Skip to content

Commit

Permalink
add testmodRuntimeOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Apr 8, 2024
1 parent 6ddaf63 commit 24f0311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ version = project.minecraft_version + '-' + project.api_version

configurations {
testmodImplementation.extendsFrom implementation
testmodRuntimeOnly.extendsFrom modRuntimeOnly
}

java {
Expand Down

0 comments on commit 24f0311

Please sign in to comment.